Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=17",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 18,
    "results": [
        {
            "start": 817781841,
            "stop": 817781842
        },
        {
            "start": 817782558,
            "stop": 817821553
        },
        {
            "start": 817822627,
            "stop": 817824427
        },
        {
            "start": 817828411,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817839313
        },
        {
            "start": 817841097,
            "stop": 817844293
        },
        {
            "start": 817844341,
            "stop": 817844343
        },
        {
            "start": 817844763,
            "stop": 817849622
        },
        {
            "start": 817850070,
            "stop": 817852385
        },
        {
            "start": 817857283,
            "stop": 817859392
        },
        {
            "start": 817861772,
            "stop": 817870609
        },
        {
            "start": 817873174,
            "stop": 817915187
        },
        {
            "start": 817938432,
            "stop": 817940291
        },
        {
            "start": 817941908,
            "stop": 817943232
        },
        {
            "start": 817943607,
            "stop": 817943837
        },
        {
            "start": 817944849,
            "stop": 817953005
        },
        {
            "start": 817959916,
            "stop": 818003647
        },
        {
            "start": 818003706,
            "stop": 818006473
        },
        {
            "start": 818006476,
            "stop": 818006477
        },
        {
            "start": 818006754,
            "stop": 818012261
        }
    ]
}