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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4969",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4967",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4968,
    "results": [
        {
            "start": 874460119,
            "stop": 874460138
        },
        {
            "start": 874460150,
            "stop": 874460183
        },
        {
            "start": 874460197,
            "stop": 874460240
        },
        {
            "start": 874460247,
            "stop": 874460330
        },
        {
            "start": 874460337,
            "stop": 874460375
        },
        {
            "start": 874460382,
            "stop": 874460470
        },
        {
            "start": 874460477,
            "stop": 874460484
        },
        {
            "start": 874460491,
            "stop": 874460514
        },
        {
            "start": 874460522,
            "stop": 874460980
        },
        {
            "start": 874460987,
            "stop": 874461011
        },
        {
            "start": 874461018,
            "stop": 874461165
        },
        {
            "start": 874461172,
            "stop": 874461360
        },
        {
            "start": 874461367,
            "stop": 874461569
        },
        {
            "start": 874461576,
            "stop": 874461650
        },
        {
            "start": 874461659,
            "stop": 874461753
        },
        {
            "start": 874461760,
            "stop": 874461894
        },
        {
            "start": 874461902,
            "stop": 874462039
        },
        {
            "start": 874462046,
            "stop": 874462052
        },
        {
            "start": 874462059,
            "stop": 874462077
        },
        {
            "start": 874462084,
            "stop": 874462244
        }
    ]
}