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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8784",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8785,
    "results": [
        {
            "start": 873502787,
            "stop": 873503520
        },
        {
            "start": 873503580,
            "stop": 873503940
        },
        {
            "start": 873504000,
            "stop": 873505566
        },
        {
            "start": 873505583,
            "stop": 873505947
        },
        {
            "start": 873506067,
            "stop": 873506569
        },
        {
            "start": 873506586,
            "stop": 873507159
        },
        {
            "start": 873510908,
            "stop": 873511017
        },
        {
            "start": 873511137,
            "stop": 873512935
        },
        {
            "start": 873512952,
            "stop": 873513540
        },
        {
            "start": 873513600,
            "stop": 873514424
        },
        {
            "start": 873514510,
            "stop": 873516121
        },
        {
            "start": 873516138,
            "stop": 873517827
        },
        {
            "start": 873517947,
            "stop": 873519067
        },
        {
            "start": 873519187,
            "stop": 873522921
        },
        {
            "start": 873522938,
            "stop": 873523218
        },
        {
            "start": 873523338,
            "stop": 873525354
        },
        {
            "start": 873525371,
            "stop": 873526146
        },
        {
            "start": 873526163,
            "stop": 873526984
        },
        {
            "start": 873527001,
            "stop": 873527497
        },
        {
            "start": 873527617,
            "stop": 873528540
        }
    ]
}