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/S5/timelines/L1_CW_CAT1/segments?format=api&page=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=236",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 237,
    "results": [
        {
            "start": 847791310,
            "stop": 847811167
        },
        {
            "start": 847811773,
            "stop": 847812266
        },
        {
            "start": 847812433,
            "stop": 847812704
        },
        {
            "start": 847815286,
            "stop": 847816312
        },
        {
            "start": 847823603,
            "stop": 847824590
        },
        {
            "start": 847834083,
            "stop": 847836553
        },
        {
            "start": 847837651,
            "stop": 847876140
        },
        {
            "start": 847876922,
            "stop": 847880634
        },
        {
            "start": 847882820,
            "stop": 847894978
        },
        {
            "start": 847895953,
            "stop": 847898049
        },
        {
            "start": 847903141,
            "stop": 847904163
        },
        {
            "start": 847904954,
            "stop": 847915812
        },
        {
            "start": 847915905,
            "stop": 847925805
        },
        {
            "start": 847927938,
            "stop": 847949173
        },
        {
            "start": 847950554,
            "stop": 847954905
        },
        {
            "start": 847961202,
            "stop": 847963213
        },
        {
            "start": 847963221,
            "stop": 847963222
        },
        {
            "start": 847963826,
            "stop": 847978873
        },
        {
            "start": 847978917,
            "stop": 847978918
        },
        {
            "start": 847979838,
            "stop": 847983313
        }
    ]
}