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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=180",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 181,
    "results": [
        {
            "start": 1384222573,
            "stop": 1384223896
        },
        {
            "start": 1384223901,
            "stop": 1384229502
        },
        {
            "start": 1384229507,
            "stop": 1384245159
        },
        {
            "start": 1384256493,
            "stop": 1384257927
        },
        {
            "start": 1384257932,
            "stop": 1384272722
        },
        {
            "start": 1384272726,
            "stop": 1384284660
        },
        {
            "start": 1384284665,
            "stop": 1384287486
        },
        {
            "start": 1384287489,
            "stop": 1384290050
        },
        {
            "start": 1384300357,
            "stop": 1384316293
        },
        {
            "start": 1384316297,
            "stop": 1384336247
        },
        {
            "start": 1384336252,
            "stop": 1384338014
        },
        {
            "start": 1384366811,
            "stop": 1384374058
        },
        {
            "start": 1384374063,
            "stop": 1384378784
        },
        {
            "start": 1384378789,
            "stop": 1384379985
        },
        {
            "start": 1384397334,
            "stop": 1384406171
        },
        {
            "start": 1384406176,
            "stop": 1384409244
        },
        {
            "start": 1384409249,
            "stop": 1384411201
        },
        {
            "start": 1384411204,
            "stop": 1384416812
        },
        {
            "start": 1384416816,
            "stop": 1384420605
        },
        {
            "start": 1384420610,
            "stop": 1384421462
        }
    ]
}