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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=56",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 57,
    "results": [
        {
            "start": 944105262,
            "stop": 944105281
        },
        {
            "start": 944105309,
            "stop": 944105312
        },
        {
            "start": 944105347,
            "stop": 944105352
        },
        {
            "start": 944105935,
            "stop": 944106813
        },
        {
            "start": 944110749,
            "stop": 944111033
        },
        {
            "start": 944112250,
            "stop": 944117022
        },
        {
            "start": 944117794,
            "stop": 944118676
        },
        {
            "start": 944120261,
            "stop": 944120327
        },
        {
            "start": 944121865,
            "stop": 944121990
        },
        {
            "start": 944123322,
            "stop": 944124362
        },
        {
            "start": 944125427,
            "stop": 944125431
        },
        {
            "start": 944125459,
            "stop": 944126805
        },
        {
            "start": 944128132,
            "stop": 944128702
        },
        {
            "start": 944129704,
            "stop": 944130315
        },
        {
            "start": 944130352,
            "stop": 944130556
        },
        {
            "start": 944131746,
            "stop": 944132232
        },
        {
            "start": 944134179,
            "stop": 944136714
        },
        {
            "start": 944139484,
            "stop": 944140346
        },
        {
            "start": 944140978,
            "stop": 944141930
        },
        {
            "start": 944144677,
            "stop": 944146394
        }
    ]
}