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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=103",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 104,
    "results": [
        {
            "start": 820971691,
            "stop": 820971991
        },
        {
            "start": 820972158,
            "stop": 820972218
        },
        {
            "start": 820972613,
            "stop": 820972973
        },
        {
            "start": 820977057,
            "stop": 820977177
        },
        {
            "start": 820977348,
            "stop": 820978488
        },
        {
            "start": 820978809,
            "stop": 820978869
        },
        {
            "start": 820979228,
            "stop": 820979708
        },
        {
            "start": 820979875,
            "stop": 820979995
        },
        {
            "start": 820980356,
            "stop": 820980476
        },
        {
            "start": 820983235,
            "stop": 820983655
        },
        {
            "start": 820983849,
            "stop": 820984449
        },
        {
            "start": 820984602,
            "stop": 820985262
        },
        {
            "start": 820985454,
            "stop": 820985544
        },
        {
            "start": 820985757,
            "stop": 820985937
        },
        {
            "start": 820986166,
            "stop": 820986316
        },
        {
            "start": 820986531,
            "stop": 820986711
        },
        {
            "start": 820987144,
            "stop": 820991044
        },
        {
            "start": 820991880,
            "stop": 820992240
        },
        {
            "start": 820992406,
            "stop": 820992556
        },
        {
            "start": 820992646,
            "stop": 820993246
        }
    ]
}