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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=343",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=341",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 342,
    "results": [
        {
            "start": 951689971,
            "stop": 951690421
        },
        {
            "start": 951690426,
            "stop": 951690855
        },
        {
            "start": 951694371,
            "stop": 951694614
        },
        {
            "start": 951694620,
            "stop": 951696336
        },
        {
            "start": 951696342,
            "stop": 951696879
        },
        {
            "start": 951696886,
            "stop": 951697930
        },
        {
            "start": 951705325,
            "stop": 951723109
        },
        {
            "start": 951727386,
            "stop": 951735303
        },
        {
            "start": 951735309,
            "stop": 951747329
        },
        {
            "start": 951762129,
            "stop": 951762204
        },
        {
            "start": 951762214,
            "stop": 951762218
        },
        {
            "start": 951762225,
            "stop": 951767069
        },
        {
            "start": 951767106,
            "stop": 951767444
        },
        {
            "start": 951777682,
            "stop": 951778302
        },
        {
            "start": 951785793,
            "stop": 951796070
        },
        {
            "start": 951798533,
            "stop": 951807879
        },
        {
            "start": 951807886,
            "stop": 951808626
        },
        {
            "start": 951810499,
            "stop": 951812415
        },
        {
            "start": 951816511,
            "stop": 951816782
        },
        {
            "start": 951820231,
            "stop": 951825636
        }
    ]
}