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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4932",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4933,
    "results": [
        {
            "start": 874334579,
            "stop": 874334589
        },
        {
            "start": 874334644,
            "stop": 874334674
        },
        {
            "start": 874334693,
            "stop": 874334778
        },
        {
            "start": 874334797,
            "stop": 874334837
        },
        {
            "start": 874334880,
            "stop": 874334891
        },
        {
            "start": 874334918,
            "stop": 874335024
        },
        {
            "start": 874335043,
            "stop": 874335062
        },
        {
            "start": 874335085,
            "stop": 874335168
        },
        {
            "start": 874335188,
            "stop": 874335208
        },
        {
            "start": 874335258,
            "stop": 874335290
        },
        {
            "start": 874335310,
            "stop": 874335386
        },
        {
            "start": 874335411,
            "stop": 874335442
        },
        {
            "start": 874335472,
            "stop": 874335487
        },
        {
            "start": 874335507,
            "stop": 874335511
        },
        {
            "start": 874335530,
            "stop": 874335544
        },
        {
            "start": 874335563,
            "stop": 874335661
        },
        {
            "start": 874335680,
            "stop": 874335776
        },
        {
            "start": 874335795,
            "stop": 874335924
        },
        {
            "start": 874336014,
            "stop": 874336025
        },
        {
            "start": 874336044,
            "stop": 874336059
        }
    ]
}