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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8178",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8179,
    "results": [
        {
            "start": 971012987,
            "stop": 971013054
        },
        {
            "start": 971013062,
            "stop": 971013080
        },
        {
            "start": 971013083,
            "stop": 971013089
        },
        {
            "start": 971013092,
            "stop": 971013136
        },
        {
            "start": 971013139,
            "stop": 971013141
        },
        {
            "start": 971013144,
            "stop": 971013177
        },
        {
            "start": 971013180,
            "stop": 971013185
        },
        {
            "start": 971013188,
            "stop": 971013218
        },
        {
            "start": 971013221,
            "stop": 971013257
        },
        {
            "start": 971013260,
            "stop": 971013295
        },
        {
            "start": 971013301,
            "stop": 971013326
        },
        {
            "start": 971013329,
            "stop": 971013348
        },
        {
            "start": 971013351,
            "stop": 971013359
        },
        {
            "start": 971013362,
            "stop": 971013432
        },
        {
            "start": 971013436,
            "stop": 971013488
        },
        {
            "start": 971013491,
            "stop": 971013510
        },
        {
            "start": 971013513,
            "stop": 971013519
        },
        {
            "start": 971013522,
            "stop": 971013525
        },
        {
            "start": 971013528,
            "stop": 971013570
        },
        {
            "start": 971013573,
            "stop": 971013621
        }
    ]
}