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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8577",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8575",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8576,
    "results": [
        {
            "start": 870287083,
            "stop": 870287097
        },
        {
            "start": 870287135,
            "stop": 870289233
        },
        {
            "start": 870289353,
            "stop": 870289756
        },
        {
            "start": 870290247,
            "stop": 870290721
        },
        {
            "start": 870290738,
            "stop": 870290791
        },
        {
            "start": 870291115,
            "stop": 870292483
        },
        {
            "start": 870293102,
            "stop": 870293377
        },
        {
            "start": 870293394,
            "stop": 870293438
        },
        {
            "start": 870294027,
            "stop": 870294228
        },
        {
            "start": 870295674,
            "stop": 870295916
        },
        {
            "start": 870296040,
            "stop": 870296067
        },
        {
            "start": 870296187,
            "stop": 870296228
        },
        {
            "start": 870296840,
            "stop": 870296860
        },
        {
            "start": 870297160,
            "stop": 870297332
        },
        {
            "start": 870298003,
            "stop": 870298082
        },
        {
            "start": 870299598,
            "stop": 870299679
        },
        {
            "start": 870302233,
            "stop": 870302240
        },
        {
            "start": 870303586,
            "stop": 870303659
        },
        {
            "start": 870304294,
            "stop": 870304590
        },
        {
            "start": 870305924,
            "stop": 870307247
        }
    ]
}