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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=109",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 110,
    "results": [
        {
            "start": 853597066,
            "stop": 853603856
        },
        {
            "start": 853666463,
            "stop": 853668736
        },
        {
            "start": 853669905,
            "stop": 853673736
        },
        {
            "start": 853674386,
            "stop": 853686620
        },
        {
            "start": 853686917,
            "stop": 853689145
        },
        {
            "start": 853746598,
            "stop": 853758774
        },
        {
            "start": 853760307,
            "stop": 853781100
        },
        {
            "start": 853832364,
            "stop": 853838700
        },
        {
            "start": 853843331,
            "stop": 853865016
        },
        {
            "start": 853931656,
            "stop": 853949435
        },
        {
            "start": 853951446,
            "stop": 853955046
        },
        {
            "start": 853956065,
            "stop": 853966095
        },
        {
            "start": 854006768,
            "stop": 854041755
        },
        {
            "start": 854089181,
            "stop": 854123139
        },
        {
            "start": 854124997,
            "stop": 854208104
        },
        {
            "start": 854238916,
            "stop": 854249358
        },
        {
            "start": 854251032,
            "stop": 854292425
        },
        {
            "start": 854300468,
            "stop": 854306103
        },
        {
            "start": 854306556,
            "stop": 854308323
        },
        {
            "start": 854309362,
            "stop": 854311879
        }
    ]
}