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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=245",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 246,
    "results": [
        {
            "start": 817860168,
            "stop": 817860169
        },
        {
            "start": 817860204,
            "stop": 817860235
        },
        {
            "start": 817860238,
            "stop": 817860267
        },
        {
            "start": 817860274,
            "stop": 817860304
        },
        {
            "start": 817861292,
            "stop": 817861349
        },
        {
            "start": 817861354,
            "stop": 817861390
        },
        {
            "start": 817861414,
            "stop": 817861499
        },
        {
            "start": 817861502,
            "stop": 817861508
        },
        {
            "start": 817861518,
            "stop": 817861539
        },
        {
            "start": 817861544,
            "stop": 817861560
        },
        {
            "start": 817861583,
            "stop": 817861587
        },
        {
            "start": 817861591,
            "stop": 817861666
        },
        {
            "start": 817861672,
            "stop": 817861682
        },
        {
            "start": 817861685,
            "stop": 817861704
        },
        {
            "start": 817861741,
            "stop": 817861793
        },
        {
            "start": 817861812,
            "stop": 817861822
        },
        {
            "start": 817861825,
            "stop": 817861860
        },
        {
            "start": 817861863,
            "stop": 817861897
        },
        {
            "start": 817861916,
            "stop": 817861944
        },
        {
            "start": 817861948,
            "stop": 817862001
        }
    ]
}