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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=29",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 30,
    "results": [
        {
            "start": 815776688,
            "stop": 815776950
        },
        {
            "start": 815777010,
            "stop": 815778388
        },
        {
            "start": 815778391,
            "stop": 815781636
        },
        {
            "start": 815781639,
            "stop": 815782250
        },
        {
            "start": 815782253,
            "stop": 815782499
        },
        {
            "start": 815782502,
            "stop": 815783257
        },
        {
            "start": 815783260,
            "stop": 815783940
        },
        {
            "start": 815783943,
            "stop": 815784344
        },
        {
            "start": 815784347,
            "stop": 815785267
        },
        {
            "start": 815785269,
            "stop": 815785290
        },
        {
            "start": 815785350,
            "stop": 815785359
        },
        {
            "start": 815785363,
            "stop": 815785470
        },
        {
            "start": 815785530,
            "stop": 815786142
        },
        {
            "start": 815786145,
            "stop": 815786476
        },
        {
            "start": 815786479,
            "stop": 815786508
        },
        {
            "start": 815786512,
            "stop": 815786896
        },
        {
            "start": 815786899,
            "stop": 815787139
        },
        {
            "start": 815787141,
            "stop": 815787813
        },
        {
            "start": 815787830,
            "stop": 815787990
        },
        {
            "start": 815788050,
            "stop": 815788290
        }
    ]
}