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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4196",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4197,
    "results": [
        {
            "start": 874422035,
            "stop": 874422127
        },
        {
            "start": 874422146,
            "stop": 874422195
        },
        {
            "start": 874422215,
            "stop": 874422228
        },
        {
            "start": 874422247,
            "stop": 874422362
        },
        {
            "start": 874422381,
            "stop": 874422455
        },
        {
            "start": 874422474,
            "stop": 874422481
        },
        {
            "start": 874422500,
            "stop": 874422518
        },
        {
            "start": 874422537,
            "stop": 874422570
        },
        {
            "start": 874422700,
            "stop": 874422770
        },
        {
            "start": 874422793,
            "stop": 874422885
        },
        {
            "start": 874422904,
            "stop": 874422918
        },
        {
            "start": 874422937,
            "stop": 874423150
        },
        {
            "start": 874423182,
            "stop": 874423189
        },
        {
            "start": 874423208,
            "stop": 874423306
        },
        {
            "start": 874423336,
            "stop": 874423417
        },
        {
            "start": 874423467,
            "stop": 874423497
        },
        {
            "start": 874423516,
            "stop": 874423535
        },
        {
            "start": 874423554,
            "stop": 874423603
        },
        {
            "start": 874423634,
            "stop": 874423712
        },
        {
            "start": 874423731,
            "stop": 874423755
        }
    ]
}