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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=315",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 316,
    "results": [
        {
            "start": 1378369022,
            "stop": 1378370196
        },
        {
            "start": 1378370198,
            "stop": 1378371855
        },
        {
            "start": 1378371856,
            "stop": 1378373613
        },
        {
            "start": 1378373615,
            "stop": 1378375154
        },
        {
            "start": 1378375156,
            "stop": 1378376240
        },
        {
            "start": 1378376242,
            "stop": 1378376606
        },
        {
            "start": 1378376608,
            "stop": 1378378129
        },
        {
            "start": 1378378130,
            "stop": 1378378748
        },
        {
            "start": 1378378753,
            "stop": 1378381312
        },
        {
            "start": 1378381313,
            "stop": 1378381435
        },
        {
            "start": 1378381438,
            "stop": 1378382721
        },
        {
            "start": 1378382723,
            "stop": 1378382731
        },
        {
            "start": 1378382734,
            "stop": 1378382958
        },
        {
            "start": 1378382961,
            "stop": 1378384201
        },
        {
            "start": 1378384203,
            "stop": 1378385625
        },
        {
            "start": 1378385627,
            "stop": 1378387078
        },
        {
            "start": 1378387080,
            "stop": 1378388467
        },
        {
            "start": 1378388469,
            "stop": 1378390789
        },
        {
            "start": 1378390791,
            "stop": 1378393043
        },
        {
            "start": 1378393045,
            "stop": 1378395408
        }
    ]
}