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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16628",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16626",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16627,
    "results": [
        {
            "start": 874803820,
            "stop": 874803824
        },
        {
            "start": 874803827,
            "stop": 874803831
        },
        {
            "start": 874803836,
            "stop": 874803843
        },
        {
            "start": 874803845,
            "stop": 874803848
        },
        {
            "start": 874803851,
            "stop": 874803906
        },
        {
            "start": 874803909,
            "stop": 874804019
        },
        {
            "start": 874804023,
            "stop": 874804066
        },
        {
            "start": 874804067,
            "stop": 874804077
        },
        {
            "start": 874804080,
            "stop": 874804192
        },
        {
            "start": 874804198,
            "stop": 874804248
        },
        {
            "start": 874804250,
            "stop": 874804321
        },
        {
            "start": 874804323,
            "stop": 874804356
        },
        {
            "start": 874804357,
            "stop": 874804416
        },
        {
            "start": 874804417,
            "stop": 874804439
        },
        {
            "start": 874804441,
            "stop": 874804487
        },
        {
            "start": 874804491,
            "stop": 874804619
        },
        {
            "start": 874804620,
            "stop": 874804715
        },
        {
            "start": 874804718,
            "stop": 874804723
        },
        {
            "start": 874804726,
            "stop": 874804746
        },
        {
            "start": 874804747,
            "stop": 874804835
        }
    ]
}