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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=178",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 179,
    "results": [
        {
            "start": 821652112,
            "stop": 821652118
        },
        {
            "start": 821652121,
            "stop": 821652146
        },
        {
            "start": 821652149,
            "stop": 821652156
        },
        {
            "start": 821652159,
            "stop": 821652164
        },
        {
            "start": 821652167,
            "stop": 821652183
        },
        {
            "start": 821652186,
            "stop": 821652188
        },
        {
            "start": 821652191,
            "stop": 821652203
        },
        {
            "start": 821652206,
            "stop": 821652217
        },
        {
            "start": 821652221,
            "stop": 821652265
        },
        {
            "start": 821652269,
            "stop": 821652281
        },
        {
            "start": 821652284,
            "stop": 821652289
        },
        {
            "start": 821652292,
            "stop": 821652325
        },
        {
            "start": 821652328,
            "stop": 821652346
        },
        {
            "start": 821652350,
            "stop": 821652359
        },
        {
            "start": 821652362,
            "stop": 821652469
        },
        {
            "start": 821652473,
            "stop": 821652485
        },
        {
            "start": 821652488,
            "stop": 821652509
        },
        {
            "start": 821652512,
            "stop": 821652544
        },
        {
            "start": 821652547,
            "stop": 821652563
        },
        {
            "start": 821652566,
            "stop": 821652570
        }
    ]
}