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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=283",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 284,
    "results": [
        {
            "start": 822546420,
            "stop": 822546493
        },
        {
            "start": 822546507,
            "stop": 822546508
        },
        {
            "start": 822548265,
            "stop": 822548364
        },
        {
            "start": 822548371,
            "stop": 822548540
        },
        {
            "start": 822548547,
            "stop": 822548654
        },
        {
            "start": 822548715,
            "stop": 822548734
        },
        {
            "start": 822548892,
            "stop": 822549473
        },
        {
            "start": 822549554,
            "stop": 822550197
        },
        {
            "start": 822550204,
            "stop": 822550893
        },
        {
            "start": 822550900,
            "stop": 822551152
        },
        {
            "start": 822551160,
            "stop": 822551254
        },
        {
            "start": 822551458,
            "stop": 822551488
        },
        {
            "start": 822551495,
            "stop": 822551556
        },
        {
            "start": 822551563,
            "stop": 822551673
        },
        {
            "start": 822551680,
            "stop": 822551996
        },
        {
            "start": 822552004,
            "stop": 822552048
        },
        {
            "start": 822552056,
            "stop": 822552116
        },
        {
            "start": 822552123,
            "stop": 822552466
        },
        {
            "start": 822552474,
            "stop": 822553566
        },
        {
            "start": 822553573,
            "stop": 822553690
        }
    ]
}