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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=233",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 234,
    "results": [
        {
            "start": 934137218,
            "stop": 934137314
        },
        {
            "start": 934137316,
            "stop": 934137412
        },
        {
            "start": 934137417,
            "stop": 934137964
        },
        {
            "start": 934137967,
            "stop": 934138169
        },
        {
            "start": 934138229,
            "stop": 934138815
        },
        {
            "start": 934139055,
            "stop": 934139358
        },
        {
            "start": 934139360,
            "stop": 934140032
        },
        {
            "start": 934140035,
            "stop": 934140066
        },
        {
            "start": 934140070,
            "stop": 934140162
        },
        {
            "start": 934140165,
            "stop": 934140196
        },
        {
            "start": 934140198,
            "stop": 934140326
        },
        {
            "start": 934140328,
            "stop": 934140383
        },
        {
            "start": 934140386,
            "stop": 934140421
        },
        {
            "start": 934140425,
            "stop": 934140748
        },
        {
            "start": 934140751,
            "stop": 934140773
        },
        {
            "start": 934140778,
            "stop": 934140815
        },
        {
            "start": 934140817,
            "stop": 934141010
        },
        {
            "start": 934141016,
            "stop": 934142415
        },
        {
            "start": 934142655,
            "stop": 934143093
        },
        {
            "start": 934143095,
            "stop": 934143543
        }
    ]
}