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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=74",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 75,
    "results": [
        {
            "start": 826370806,
            "stop": 826370808
        },
        {
            "start": 826370894,
            "stop": 826371606
        },
        {
            "start": 826371722,
            "stop": 826372273
        },
        {
            "start": 826372289,
            "stop": 826372290
        },
        {
            "start": 826372424,
            "stop": 826373893
        },
        {
            "start": 826373937,
            "stop": 826373938
        },
        {
            "start": 826374073,
            "stop": 826374247
        },
        {
            "start": 826374456,
            "stop": 826375633
        },
        {
            "start": 826375644,
            "stop": 826375646
        },
        {
            "start": 826375940,
            "stop": 826376031
        },
        {
            "start": 826411292,
            "stop": 826411453
        },
        {
            "start": 826411482,
            "stop": 826411483
        },
        {
            "start": 826411648,
            "stop": 826412616
        },
        {
            "start": 826418093,
            "stop": 826429753
        },
        {
            "start": 826429780,
            "stop": 826429781
        },
        {
            "start": 826430695,
            "stop": 826436982
        },
        {
            "start": 826439304,
            "stop": 826458066
        },
        {
            "start": 826459111,
            "stop": 826463285
        },
        {
            "start": 826465172,
            "stop": 826465573
        },
        {
            "start": 826465587,
            "stop": 826465588
        }
    ]
}