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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=167",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 168,
    "results": [
        {
            "start": 931785602,
            "stop": 931785612
        },
        {
            "start": 931785622,
            "stop": 931785675
        },
        {
            "start": 931785681,
            "stop": 931785684
        },
        {
            "start": 931785689,
            "stop": 931785692
        },
        {
            "start": 931785704,
            "stop": 931785714
        },
        {
            "start": 931788523,
            "stop": 931788524
        },
        {
            "start": 931788537,
            "stop": 931788548
        },
        {
            "start": 931788565,
            "stop": 931788573
        },
        {
            "start": 931788621,
            "stop": 931788626
        },
        {
            "start": 931788663,
            "stop": 931788664
        },
        {
            "start": 931788708,
            "stop": 931788709
        },
        {
            "start": 931788729,
            "stop": 931788730
        },
        {
            "start": 931788761,
            "stop": 931788763
        },
        {
            "start": 931788771,
            "stop": 931788772
        },
        {
            "start": 931788778,
            "stop": 931788779
        },
        {
            "start": 931788788,
            "stop": 931788797
        },
        {
            "start": 931788803,
            "stop": 931788805
        },
        {
            "start": 931788811,
            "stop": 931788831
        },
        {
            "start": 931788836,
            "stop": 931788843
        },
        {
            "start": 931788862,
            "stop": 931788871
        }
    ]
}