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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=344",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 345,
    "results": [
        {
            "start": 821273228,
            "stop": 821273265
        },
        {
            "start": 821273284,
            "stop": 821273402
        },
        {
            "start": 821273421,
            "stop": 821273444
        },
        {
            "start": 821273463,
            "stop": 821273532
        },
        {
            "start": 821273551,
            "stop": 821273762
        },
        {
            "start": 821273793,
            "stop": 821274028
        },
        {
            "start": 821274047,
            "stop": 821274406
        },
        {
            "start": 821274425,
            "stop": 821274478
        },
        {
            "start": 821274497,
            "stop": 821274524
        },
        {
            "start": 821274552,
            "stop": 821274784
        },
        {
            "start": 821274803,
            "stop": 821274832
        },
        {
            "start": 821274851,
            "stop": 821275114
        },
        {
            "start": 821275133,
            "stop": 821275201
        },
        {
            "start": 821275220,
            "stop": 821275226
        },
        {
            "start": 821275245,
            "stop": 821275304
        },
        {
            "start": 821275340,
            "stop": 821275356
        },
        {
            "start": 821275375,
            "stop": 821275572
        },
        {
            "start": 821275591,
            "stop": 821275623
        },
        {
            "start": 821275642,
            "stop": 821275671
        },
        {
            "start": 821275690,
            "stop": 821275758
        }
    ]
}