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/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=139
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=138",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 139,
    "results": [
        {
            "start": 1415993286,
            "stop": 1415994333
        },
        {
            "start": 1415994336,
            "stop": 1416002702
        },
        {
            "start": 1416002705,
            "stop": 1416013662
        },
        {
            "start": 1416013667,
            "stop": 1416025225
        },
        {
            "start": 1416025229,
            "stop": 1416038841
        },
        {
            "start": 1416038845,
            "stop": 1416044915
        },
        {
            "start": 1416044920,
            "stop": 1416054935
        },
        {
            "start": 1416054938,
            "stop": 1416055060
        },
        {
            "start": 1416055063,
            "stop": 1416058179
        },
        {
            "start": 1416060888,
            "stop": 1416063022
        },
        {
            "start": 1416090211,
            "stop": 1416090556
        },
        {
            "start": 1416090557,
            "stop": 1416094426
        },
        {
            "start": 1416094428,
            "stop": 1416107313
        },
        {
            "start": 1416107318,
            "stop": 1416112988
        },
        {
            "start": 1416112993,
            "stop": 1416116808
        },
        {
            "start": 1416184792,
            "stop": 1416193272
        },
        {
            "start": 1416193277,
            "stop": 1416194059
        },
        {
            "start": 1416194064,
            "stop": 1416197507
        },
        {
            "start": 1416197511,
            "stop": 1416203844
        },
        {
            "start": 1416203849,
            "stop": 1416210458
        }
    ]
}