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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=3",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 4,
    "results": [
        {
            "start": 1397027431,
            "stop": 1397030924
        },
        {
            "start": 1397030928,
            "stop": 1397040859
        },
        {
            "start": 1397040862,
            "stop": 1397044612
        },
        {
            "start": 1397044617,
            "stop": 1397045525
        },
        {
            "start": 1397045528,
            "stop": 1397053101
        },
        {
            "start": 1397053104,
            "stop": 1397059109
        },
        {
            "start": 1397059111,
            "stop": 1397068240
        },
        {
            "start": 1397070109,
            "stop": 1397072086
        },
        {
            "start": 1397072089,
            "stop": 1397074155
        },
        {
            "start": 1397074159,
            "stop": 1397074463
        },
        {
            "start": 1397074466,
            "stop": 1397077228
        },
        {
            "start": 1397077233,
            "stop": 1397077997
        },
        {
            "start": 1397077999,
            "stop": 1397079788
        },
        {
            "start": 1397079792,
            "stop": 1397081175
        },
        {
            "start": 1397081178,
            "stop": 1397082125
        },
        {
            "start": 1397082127,
            "stop": 1397088827
        },
        {
            "start": 1397088830,
            "stop": 1397093648
        },
        {
            "start": 1397093651,
            "stop": 1397096134
        },
        {
            "start": 1397096139,
            "stop": 1397098154
        },
        {
            "start": 1397098157,
            "stop": 1397100592
        }
    ]
}