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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=318",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 319,
    "results": [
        {
            "start": 847660757,
            "stop": 847660772
        },
        {
            "start": 847660773,
            "stop": 847660816
        },
        {
            "start": 847660818,
            "stop": 847660866
        },
        {
            "start": 847660867,
            "stop": 847660961
        },
        {
            "start": 847660963,
            "stop": 847661061
        },
        {
            "start": 847661062,
            "stop": 847661072
        },
        {
            "start": 847661073,
            "stop": 847661186
        },
        {
            "start": 847661187,
            "stop": 847661205
        },
        {
            "start": 847661207,
            "stop": 847661261
        },
        {
            "start": 847702309,
            "stop": 847702314
        },
        {
            "start": 847702315,
            "stop": 847702342
        },
        {
            "start": 847702345,
            "stop": 847702384
        },
        {
            "start": 847702385,
            "stop": 847702399
        },
        {
            "start": 847702400,
            "stop": 847702402
        },
        {
            "start": 847702404,
            "stop": 847702421
        },
        {
            "start": 847702422,
            "stop": 847702445
        },
        {
            "start": 847702446,
            "stop": 847702464
        },
        {
            "start": 847702465,
            "stop": 847702467
        },
        {
            "start": 847702468,
            "stop": 847702484
        },
        {
            "start": 847702485,
            "stop": 847702505
        }
    ]
}