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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=457",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=455",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 456,
    "results": [
        {
            "start": 818760356,
            "stop": 818760359
        },
        {
            "start": 818760362,
            "stop": 818760387
        },
        {
            "start": 818760390,
            "stop": 818760394
        },
        {
            "start": 818760397,
            "stop": 818760410
        },
        {
            "start": 818760418,
            "stop": 818760432
        },
        {
            "start": 818760435,
            "stop": 818760449
        },
        {
            "start": 818760456,
            "stop": 818760459
        },
        {
            "start": 818760462,
            "stop": 818760472
        },
        {
            "start": 818760477,
            "stop": 818760504
        },
        {
            "start": 818760507,
            "stop": 818760515
        },
        {
            "start": 818760518,
            "stop": 818760521
        },
        {
            "start": 818760525,
            "stop": 818760534
        },
        {
            "start": 818760538,
            "stop": 818760544
        },
        {
            "start": 818760550,
            "stop": 818760554
        },
        {
            "start": 818760557,
            "stop": 818760568
        },
        {
            "start": 818760571,
            "stop": 818760574
        },
        {
            "start": 818760578,
            "stop": 818760579
        },
        {
            "start": 818760587,
            "stop": 818760588
        },
        {
            "start": 818760663,
            "stop": 818760664
        },
        {
            "start": 818760670,
            "stop": 818760671
        }
    ]
}