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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33157",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33158,
    "results": [
        {
            "start": 970605000,
            "stop": 970605012
        },
        {
            "start": 970605080,
            "stop": 970605090
        },
        {
            "start": 970605106,
            "stop": 970605113
        },
        {
            "start": 970605124,
            "stop": 970605410
        },
        {
            "start": 970605411,
            "stop": 970605472
        },
        {
            "start": 970605483,
            "stop": 970605518
        },
        {
            "start": 970605551,
            "stop": 970605709
        },
        {
            "start": 970605710,
            "stop": 970605755
        },
        {
            "start": 970605756,
            "stop": 970605823
        },
        {
            "start": 970605829,
            "stop": 970605856
        },
        {
            "start": 970605916,
            "stop": 970605983
        },
        {
            "start": 970605992,
            "stop": 970606035
        },
        {
            "start": 970606041,
            "stop": 970606043
        },
        {
            "start": 970606053,
            "stop": 970606312
        },
        {
            "start": 970606318,
            "stop": 970606334
        },
        {
            "start": 970606340,
            "stop": 970606671
        },
        {
            "start": 970606677,
            "stop": 970606937
        },
        {
            "start": 970606944,
            "stop": 970607002
        },
        {
            "start": 970607003,
            "stop": 970607459
        },
        {
            "start": 970607480,
            "stop": 970608379
        }
    ]
}