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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=152",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 153,
    "results": [
        {
            "start": 819429145,
            "stop": 819434790
        },
        {
            "start": 819434910,
            "stop": 819435197
        },
        {
            "start": 819435317,
            "stop": 819437184
        },
        {
            "start": 819437216,
            "stop": 819445391
        },
        {
            "start": 819445511,
            "stop": 819446147
        },
        {
            "start": 819446267,
            "stop": 819449268
        },
        {
            "start": 819449272,
            "stop": 819450600
        },
        {
            "start": 819450660,
            "stop": 819453390
        },
        {
            "start": 819453540,
            "stop": 819456122
        },
        {
            "start": 819456139,
            "stop": 819456180
        },
        {
            "start": 819456240,
            "stop": 819458624
        },
        {
            "start": 819458656,
            "stop": 819459283
        },
        {
            "start": 819459644,
            "stop": 819464576
        },
        {
            "start": 819464608,
            "stop": 819466272
        },
        {
            "start": 819466304,
            "stop": 819467640
        },
        {
            "start": 819467700,
            "stop": 819468362
        },
        {
            "start": 819468748,
            "stop": 819470752
        },
        {
            "start": 819470784,
            "stop": 819470997
        },
        {
            "start": 819471001,
            "stop": 819471819
        },
        {
            "start": 819471939,
            "stop": 819477636
        }
    ]
}