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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=9",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 10,
    "results": [
        {
            "start": 1397756141,
            "stop": 1397756145
        },
        {
            "start": 1397756181,
            "stop": 1397756432
        },
        {
            "start": 1397756435,
            "stop": 1397757085
        },
        {
            "start": 1397757952,
            "stop": 1397761466
        },
        {
            "start": 1397767430,
            "stop": 1397767848
        },
        {
            "start": 1397767851,
            "stop": 1397775304
        },
        {
            "start": 1397775307,
            "stop": 1397777991
        },
        {
            "start": 1397777996,
            "stop": 1397781652
        },
        {
            "start": 1397781655,
            "stop": 1397787038
        },
        {
            "start": 1397787040,
            "stop": 1397819322
        },
        {
            "start": 1397819326,
            "stop": 1397819799
        },
        {
            "start": 1397819803,
            "stop": 1397825976
        },
        {
            "start": 1397825980,
            "stop": 1397831500
        },
        {
            "start": 1397831504,
            "stop": 1397834408
        },
        {
            "start": 1397841105,
            "stop": 1397846518
        },
        {
            "start": 1397846523,
            "stop": 1397847841
        },
        {
            "start": 1397856616,
            "stop": 1397858847
        },
        {
            "start": 1397858851,
            "stop": 1397860163
        },
        {
            "start": 1397860164,
            "stop": 1397861148
        },
        {
            "start": 1397861153,
            "stop": 1397869968
        }
    ]
}