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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=438",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=436",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 437,
    "results": [
        {
            "start": 847810056,
            "stop": 847810075
        },
        {
            "start": 847810077,
            "stop": 847810108
        },
        {
            "start": 847810109,
            "stop": 847810160
        },
        {
            "start": 847810161,
            "stop": 847810203
        },
        {
            "start": 847810204,
            "stop": 847810271
        },
        {
            "start": 847810272,
            "stop": 847810276
        },
        {
            "start": 847810277,
            "stop": 847810278
        },
        {
            "start": 847810279,
            "stop": 847810288
        },
        {
            "start": 847810290,
            "stop": 847810319
        },
        {
            "start": 847810321,
            "stop": 847810359
        },
        {
            "start": 847810360,
            "stop": 847810373
        },
        {
            "start": 847810375,
            "stop": 847810500
        },
        {
            "start": 847810501,
            "stop": 847810544
        },
        {
            "start": 847810547,
            "stop": 847810578
        },
        {
            "start": 847810580,
            "stop": 847810625
        },
        {
            "start": 847810626,
            "stop": 847810637
        },
        {
            "start": 847810638,
            "stop": 847810653
        },
        {
            "start": 847810655,
            "stop": 847810669
        },
        {
            "start": 847810670,
            "stop": 847810672
        },
        {
            "start": 847810673,
            "stop": 847810790
        }
    ]
}