Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5198
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5197",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5198,
    "results": [
        {
            "start": 874860454,
            "stop": 874860578
        },
        {
            "start": 874860585,
            "stop": 874860781
        },
        {
            "start": 874860788,
            "stop": 874861269
        },
        {
            "start": 874861276,
            "stop": 874861344
        },
        {
            "start": 874861351,
            "stop": 874861586
        },
        {
            "start": 874861593,
            "stop": 874862033
        },
        {
            "start": 874862040,
            "stop": 874862117
        },
        {
            "start": 874862124,
            "stop": 874862289
        },
        {
            "start": 874862296,
            "stop": 874862322
        },
        {
            "start": 874862329,
            "stop": 874862367
        },
        {
            "start": 874862380,
            "stop": 874862402
        },
        {
            "start": 874862409,
            "stop": 874862447
        },
        {
            "start": 874862454,
            "stop": 874862828
        },
        {
            "start": 874862842,
            "stop": 874863045
        },
        {
            "start": 874863055,
            "stop": 874863118
        },
        {
            "start": 874863125,
            "stop": 874863248
        },
        {
            "start": 874863255,
            "stop": 874863381
        },
        {
            "start": 874863389,
            "stop": 874863504
        },
        {
            "start": 874863511,
            "stop": 874863545
        },
        {
            "start": 874863552,
            "stop": 874863553
        }
    ]
}