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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=876",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=874",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 875,
    "results": [
        {
            "start": 968347161,
            "stop": 968347179
        },
        {
            "start": 968347190,
            "stop": 968347965
        },
        {
            "start": 968347971,
            "stop": 968348125
        },
        {
            "start": 968348131,
            "stop": 968348153
        },
        {
            "start": 968348159,
            "stop": 968348269
        },
        {
            "start": 968348275,
            "stop": 968351271
        },
        {
            "start": 968351974,
            "stop": 968352620
        },
        {
            "start": 968352626,
            "stop": 968352753
        },
        {
            "start": 968355500,
            "stop": 968355820
        },
        {
            "start": 968355826,
            "stop": 968355840
        },
        {
            "start": 968355846,
            "stop": 968355916
        },
        {
            "start": 968355922,
            "stop": 968355925
        },
        {
            "start": 968355931,
            "stop": 968356059
        },
        {
            "start": 968356065,
            "stop": 968356878
        },
        {
            "start": 968356884,
            "stop": 968356934
        },
        {
            "start": 968356940,
            "stop": 968356942
        },
        {
            "start": 968356948,
            "stop": 968356954
        },
        {
            "start": 968356960,
            "stop": 968356964
        },
        {
            "start": 968356970,
            "stop": 968357314
        },
        {
            "start": 968357320,
            "stop": 968357556
        }
    ]
}