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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=205",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 206,
    "results": [
        {
            "start": 933543029,
            "stop": 933543154
        },
        {
            "start": 933545624,
            "stop": 933547300
        },
        {
            "start": 933554107,
            "stop": 933554896
        },
        {
            "start": 933555016,
            "stop": 933555615
        },
        {
            "start": 933555975,
            "stop": 933557166
        },
        {
            "start": 933557286,
            "stop": 933558894
        },
        {
            "start": 933560786,
            "stop": 933560929
        },
        {
            "start": 933560931,
            "stop": 933560943
        },
        {
            "start": 933560946,
            "stop": 933560959
        },
        {
            "start": 933560961,
            "stop": 933561149
        },
        {
            "start": 933561209,
            "stop": 933561213
        },
        {
            "start": 933561216,
            "stop": 933561228
        },
        {
            "start": 933561231,
            "stop": 933562560
        },
        {
            "start": 933562800,
            "stop": 933562815
        },
        {
            "start": 933563175,
            "stop": 933563392
        },
        {
            "start": 933563538,
            "stop": 933563669
        },
        {
            "start": 933563909,
            "stop": 933564161
        },
        {
            "start": 933567000,
            "stop": 933567196
        },
        {
            "start": 933567316,
            "stop": 933567365
        },
        {
            "start": 933567367,
            "stop": 933567989
        }
    ]
}