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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=111",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 112,
    "results": [
        {
            "start": 1377873843,
            "stop": 1377883431
        },
        {
            "start": 1377883436,
            "stop": 1377883937
        },
        {
            "start": 1377883942,
            "stop": 1377889461
        },
        {
            "start": 1377889466,
            "stop": 1377896013
        },
        {
            "start": 1377903753,
            "stop": 1377903940
        },
        {
            "start": 1377903945,
            "stop": 1377907969
        },
        {
            "start": 1377914319,
            "stop": 1377914478
        },
        {
            "start": 1377918461,
            "stop": 1377919014
        },
        {
            "start": 1377919019,
            "stop": 1377921724
        },
        {
            "start": 1377921729,
            "stop": 1377922719
        },
        {
            "start": 1377922724,
            "stop": 1377923631
        },
        {
            "start": 1377923636,
            "stop": 1377935752
        },
        {
            "start": 1377939803,
            "stop": 1377940421
        },
        {
            "start": 1377944351,
            "stop": 1377949245
        },
        {
            "start": 1377949250,
            "stop": 1377949617
        },
        {
            "start": 1377960044,
            "stop": 1377960316
        },
        {
            "start": 1377982666,
            "stop": 1377983433
        },
        {
            "start": 1377988668,
            "stop": 1377989595
        },
        {
            "start": 1377989599,
            "stop": 1377996560
        },
        {
            "start": 1377996565,
            "stop": 1377996778
        }
    ]
}