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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=182",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 183,
    "results": [
        {
            "start": 844859597,
            "stop": 844870264
        },
        {
            "start": 844876949,
            "stop": 844878835
        },
        {
            "start": 844878843,
            "stop": 844880688
        },
        {
            "start": 844880696,
            "stop": 844883407
        },
        {
            "start": 844883415,
            "stop": 844885576
        },
        {
            "start": 844885584,
            "stop": 844894199
        },
        {
            "start": 844896594,
            "stop": 844904463
        },
        {
            "start": 844904465,
            "stop": 844967737
        },
        {
            "start": 844979159,
            "stop": 845004250
        },
        {
            "start": 845004511,
            "stop": 845005163
        },
        {
            "start": 845005792,
            "stop": 845038545
        },
        {
            "start": 845043636,
            "stop": 845050846
        },
        {
            "start": 845052309,
            "stop": 845063770
        },
        {
            "start": 845063771,
            "stop": 845064370
        },
        {
            "start": 845064378,
            "stop": 845065045
        },
        {
            "start": 845065987,
            "stop": 845066394
        },
        {
            "start": 845066402,
            "stop": 845068298
        },
        {
            "start": 845155144,
            "stop": 845155533
        },
        {
            "start": 845155649,
            "stop": 845157853
        },
        {
            "start": 845157941,
            "stop": 845158691
        }
    ]
}