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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=295",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 296,
    "results": [
        {
            "start": 841850666,
            "stop": 841861149
        },
        {
            "start": 841861151,
            "stop": 841869741
        },
        {
            "start": 841869872,
            "stop": 841870084
        },
        {
            "start": 841870086,
            "stop": 841870910
        },
        {
            "start": 841870912,
            "stop": 841871677
        },
        {
            "start": 841871679,
            "stop": 841885967
        },
        {
            "start": 841885968,
            "stop": 841889891
        },
        {
            "start": 841889893,
            "stop": 841903982
        },
        {
            "start": 841903984,
            "stop": 841908251
        },
        {
            "start": 841910055,
            "stop": 841910098
        },
        {
            "start": 841910100,
            "stop": 841918696
        },
        {
            "start": 841918697,
            "stop": 841919311
        },
        {
            "start": 841919312,
            "stop": 841919593
        },
        {
            "start": 841919595,
            "stop": 841923313
        },
        {
            "start": 841925333,
            "stop": 841925448
        },
        {
            "start": 841925450,
            "stop": 841925680
        },
        {
            "start": 841925682,
            "stop": 841929586
        },
        {
            "start": 841961414,
            "stop": 841961423
        },
        {
            "start": 841961426,
            "stop": 841961443
        },
        {
            "start": 841961445,
            "stop": 841961457
        }
    ]
}