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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=259",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 260,
    "results": [
        {
            "start": 853760307,
            "stop": 853781095
        },
        {
            "start": 853832364,
            "stop": 853838670
        },
        {
            "start": 853843331,
            "stop": 853865016
        },
        {
            "start": 853931656,
            "stop": 853949405
        },
        {
            "start": 853951446,
            "stop": 853955016
        },
        {
            "start": 853956065,
            "stop": 853966095
        },
        {
            "start": 854006768,
            "stop": 854041738
        },
        {
            "start": 854089181,
            "stop": 854123109
        },
        {
            "start": 854124997,
            "stop": 854208104
        },
        {
            "start": 854238916,
            "stop": 854249328
        },
        {
            "start": 854251032,
            "stop": 854292373
        },
        {
            "start": 854300468,
            "stop": 854306053
        },
        {
            "start": 854306556,
            "stop": 854308323
        },
        {
            "start": 854309362,
            "stop": 854311849
        },
        {
            "start": 854313922,
            "stop": 854315513
        },
        {
            "start": 854323839,
            "stop": 854324746
        },
        {
            "start": 854326883,
            "stop": 854408748
        },
        {
            "start": 854410252,
            "stop": 854427583
        },
        {
            "start": 854428266,
            "stop": 854476848
        },
        {
            "start": 854477899,
            "stop": 854478756
        }
    ]
}