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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=63",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 64,
    "results": [
        {
            "start": 941494705,
            "stop": 941497720
        },
        {
            "start": 941500300,
            "stop": 941502772
        },
        {
            "start": 941505841,
            "stop": 941512102
        },
        {
            "start": 941515078,
            "stop": 941524043
        },
        {
            "start": 941684461,
            "stop": 941684522
        },
        {
            "start": 941684557,
            "stop": 941684563
        },
        {
            "start": 941684569,
            "stop": 941684657
        },
        {
            "start": 941686481,
            "stop": 941686482
        },
        {
            "start": 941686506,
            "stop": 941686509
        },
        {
            "start": 941690956,
            "stop": 941690981
        },
        {
            "start": 941690982,
            "stop": 941695064
        },
        {
            "start": 941695070,
            "stop": 941695078
        },
        {
            "start": 941695082,
            "stop": 941695158
        },
        {
            "start": 941695163,
            "stop": 941695178
        },
        {
            "start": 941695186,
            "stop": 941695194
        },
        {
            "start": 941695200,
            "stop": 941695231
        },
        {
            "start": 941695233,
            "stop": 941695247
        },
        {
            "start": 941695250,
            "stop": 941695463
        },
        {
            "start": 941695467,
            "stop": 941695470
        },
        {
            "start": 941695478,
            "stop": 941695659
        }
    ]
}