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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7709",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7707",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7708,
    "results": [
        {
            "start": 971508750,
            "stop": 971508795
        },
        {
            "start": 971508799,
            "stop": 971508896
        },
        {
            "start": 971508899,
            "stop": 971509066
        },
        {
            "start": 971509069,
            "stop": 971509316
        },
        {
            "start": 971509322,
            "stop": 971509335
        },
        {
            "start": 971509339,
            "stop": 971509345
        },
        {
            "start": 971509348,
            "stop": 971509419
        },
        {
            "start": 971509422,
            "stop": 971509455
        },
        {
            "start": 971509458,
            "stop": 971510184
        },
        {
            "start": 971510189,
            "stop": 971510350
        },
        {
            "start": 971510353,
            "stop": 971510375
        },
        {
            "start": 971510380,
            "stop": 971510416
        },
        {
            "start": 971510419,
            "stop": 971510425
        },
        {
            "start": 971510429,
            "stop": 971510431
        },
        {
            "start": 971510434,
            "stop": 971510439
        },
        {
            "start": 971510443,
            "stop": 971510444
        },
        {
            "start": 971510450,
            "stop": 971510478
        },
        {
            "start": 971510481,
            "stop": 971510533
        },
        {
            "start": 971510536,
            "stop": 971510584
        },
        {
            "start": 971510588,
            "stop": 971510630
        }
    ]
}