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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=189",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 190,
    "results": [
        {
            "start": 933743023,
            "stop": 933743029
        },
        {
            "start": 933743033,
            "stop": 933746563
        },
        {
            "start": 933746567,
            "stop": 933746581
        },
        {
            "start": 933746583,
            "stop": 933746607
        },
        {
            "start": 933746609,
            "stop": 933746614
        },
        {
            "start": 933746616,
            "stop": 933746630
        },
        {
            "start": 933746634,
            "stop": 933750132
        },
        {
            "start": 933750134,
            "stop": 933750155
        },
        {
            "start": 933750157,
            "stop": 933750162
        },
        {
            "start": 933750166,
            "stop": 933750181
        },
        {
            "start": 933750183,
            "stop": 933750207
        },
        {
            "start": 933750209,
            "stop": 933750214
        },
        {
            "start": 933750216,
            "stop": 933750230
        },
        {
            "start": 933750234,
            "stop": 933751825
        },
        {
            "start": 933751832,
            "stop": 933753281
        },
        {
            "start": 933755040,
            "stop": 933757351
        },
        {
            "start": 933757353,
            "stop": 933757354
        },
        {
            "start": 933757357,
            "stop": 933757387
        },
        {
            "start": 933757389,
            "stop": 933757405
        },
        {
            "start": 933757408,
            "stop": 933757412
        }
    ]
}