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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=284",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 285,
    "results": [
        {
            "start": 821690117,
            "stop": 821690128
        },
        {
            "start": 821690132,
            "stop": 821690133
        },
        {
            "start": 821690138,
            "stop": 821690143
        },
        {
            "start": 821690146,
            "stop": 821690152
        },
        {
            "start": 821690155,
            "stop": 821690156
        },
        {
            "start": 821690159,
            "stop": 821690161
        },
        {
            "start": 821690164,
            "stop": 821690169
        },
        {
            "start": 821690175,
            "stop": 821690179
        },
        {
            "start": 821690182,
            "stop": 821690187
        },
        {
            "start": 821690197,
            "stop": 821690206
        },
        {
            "start": 821690209,
            "stop": 821690210
        },
        {
            "start": 821690213,
            "stop": 821690215
        },
        {
            "start": 821690220,
            "stop": 821690259
        },
        {
            "start": 821690262,
            "stop": 821690276
        },
        {
            "start": 821690279,
            "stop": 821690281
        },
        {
            "start": 821690284,
            "stop": 821690317
        },
        {
            "start": 821690322,
            "stop": 821690324
        },
        {
            "start": 821690327,
            "stop": 821690330
        },
        {
            "start": 821690336,
            "stop": 821690338
        },
        {
            "start": 821690341,
            "stop": 821690342
        }
    ]
}