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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=77",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 78,
    "results": [
        {
            "start": 826654217,
            "stop": 826657918
        },
        {
            "start": 826659945,
            "stop": 826660317
        },
        {
            "start": 826661395,
            "stop": 826661538
        },
        {
            "start": 826661697,
            "stop": 826663153
        },
        {
            "start": 826664957,
            "stop": 826671433
        },
        {
            "start": 826671459,
            "stop": 826671460
        },
        {
            "start": 826671938,
            "stop": 826674085
        },
        {
            "start": 826674198,
            "stop": 826676713
        },
        {
            "start": 826678397,
            "stop": 826681089
        },
        {
            "start": 826681533,
            "stop": 826701371
        },
        {
            "start": 826701478,
            "stop": 826704613
        },
        {
            "start": 826704617,
            "stop": 826704618
        },
        {
            "start": 826826844,
            "stop": 826826847
        },
        {
            "start": 826827028,
            "stop": 826834573
        },
        {
            "start": 826834592,
            "stop": 826834593
        },
        {
            "start": 826834700,
            "stop": 826838170
        },
        {
            "start": 826838247,
            "stop": 826838276
        },
        {
            "start": 826839040,
            "stop": 826840383
        },
        {
            "start": 826853406,
            "stop": 826874112
        },
        {
            "start": 826874219,
            "stop": 826883090
        }
    ]
}