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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=632",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=630",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 631,
    "results": [
        {
            "start": 850294493,
            "stop": 850303830
        },
        {
            "start": 850303899,
            "stop": 850303918
        },
        {
            "start": 850303947,
            "stop": 850306849
        },
        {
            "start": 850306889,
            "stop": 850310139
        },
        {
            "start": 850310181,
            "stop": 850313340
        },
        {
            "start": 850313373,
            "stop": 850316672
        },
        {
            "start": 850316735,
            "stop": 850316747
        },
        {
            "start": 850316789,
            "stop": 850317030
        },
        {
            "start": 850317090,
            "stop": 850317270
        },
        {
            "start": 850324837,
            "stop": 850325166
        },
        {
            "start": 850325185,
            "stop": 850329625
        },
        {
            "start": 850329656,
            "stop": 850330590
        },
        {
            "start": 850331099,
            "stop": 850331145
        },
        {
            "start": 850331910,
            "stop": 850346059
        },
        {
            "start": 850346506,
            "stop": 850349128
        },
        {
            "start": 850349169,
            "stop": 850362242
        },
        {
            "start": 850363263,
            "stop": 850370167
        },
        {
            "start": 850373568,
            "stop": 850378548
        },
        {
            "start": 850378602,
            "stop": 850385031
        },
        {
            "start": 850385050,
            "stop": 850395832
        }
    ]
}