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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=449",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 450,
    "results": [
        {
            "start": 827236171,
            "stop": 827236181
        },
        {
            "start": 827236195,
            "stop": 827236205
        },
        {
            "start": 827236214,
            "stop": 827236234
        },
        {
            "start": 827236309,
            "stop": 827236315
        },
        {
            "start": 827236352,
            "stop": 827236358
        },
        {
            "start": 827236381,
            "stop": 827236387
        },
        {
            "start": 827236434,
            "stop": 827236439
        },
        {
            "start": 827236468,
            "stop": 827236484
        },
        {
            "start": 827236487,
            "stop": 827236493
        },
        {
            "start": 827236511,
            "stop": 827236522
        },
        {
            "start": 827236537,
            "stop": 827236545
        },
        {
            "start": 827236554,
            "stop": 827236584
        },
        {
            "start": 827236593,
            "stop": 827236599
        },
        {
            "start": 827236603,
            "stop": 827236618
        },
        {
            "start": 827236621,
            "stop": 827236627
        },
        {
            "start": 827236650,
            "stop": 827236661
        },
        {
            "start": 827236665,
            "stop": 827236670
        },
        {
            "start": 827236684,
            "stop": 827236705
        },
        {
            "start": 827236708,
            "stop": 827236743
        },
        {
            "start": 827236756,
            "stop": 827236762
        }
    ]
}