Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5046
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5047",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5045",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5046,
    "results": [
        {
            "start": 872726520,
            "stop": 872726580
        },
        {
            "start": 872726700,
            "stop": 872727178
        },
        {
            "start": 872730104,
            "stop": 872730126
        },
        {
            "start": 872730160,
            "stop": 872731251
        },
        {
            "start": 872731262,
            "stop": 872731268
        },
        {
            "start": 872731277,
            "stop": 872731320
        },
        {
            "start": 872747917,
            "stop": 872748048
        },
        {
            "start": 872748083,
            "stop": 872748706
        },
        {
            "start": 872748723,
            "stop": 872749660
        },
        {
            "start": 872749798,
            "stop": 872750270
        },
        {
            "start": 872750287,
            "stop": 872752512
        },
        {
            "start": 872752529,
            "stop": 872753596
        },
        {
            "start": 872753613,
            "stop": 872754720
        },
        {
            "start": 872754818,
            "stop": 872755022
        },
        {
            "start": 872755039,
            "stop": 872756604
        },
        {
            "start": 872756638,
            "stop": 872756657
        },
        {
            "start": 872756768,
            "stop": 872756829
        },
        {
            "start": 872757750,
            "stop": 872758007
        },
        {
            "start": 872758041,
            "stop": 872759684
        },
        {
            "start": 872759701,
            "stop": 872761964
        }
    ]
}