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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=216",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 217,
    "results": [
        {
            "start": 1240191306,
            "stop": 1240191425
        },
        {
            "start": 1240191426,
            "stop": 1240191545
        },
        {
            "start": 1240191546,
            "stop": 1240191665
        },
        {
            "start": 1240191666,
            "stop": 1240191765
        },
        {
            "start": 1240191766,
            "stop": 1240191905
        },
        {
            "start": 1240191906,
            "stop": 1240192025
        },
        {
            "start": 1240192026,
            "stop": 1240192145
        },
        {
            "start": 1240192146,
            "stop": 1240192265
        },
        {
            "start": 1240192266,
            "stop": 1240192385
        },
        {
            "start": 1240192386,
            "stop": 1240192505
        },
        {
            "start": 1240192506,
            "stop": 1240192625
        },
        {
            "start": 1240192626,
            "stop": 1240192745
        },
        {
            "start": 1240192746,
            "stop": 1240192865
        },
        {
            "start": 1240192866,
            "stop": 1240192985
        },
        {
            "start": 1240192986,
            "stop": 1240193105
        },
        {
            "start": 1240193106,
            "stop": 1240193225
        },
        {
            "start": 1240193226,
            "stop": 1240193345
        },
        {
            "start": 1240193346,
            "stop": 1240193465
        },
        {
            "start": 1240193466,
            "stop": 1240193585
        },
        {
            "start": 1240193586,
            "stop": 1240193705
        }
    ]
}