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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=794",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 795,
    "results": [
        {
            "start": 866209841,
            "stop": 866209879
        },
        {
            "start": 866209882,
            "stop": 866209884
        },
        {
            "start": 866209887,
            "stop": 866209933
        },
        {
            "start": 866211318,
            "stop": 866212467
        },
        {
            "start": 866212470,
            "stop": 866212902
        },
        {
            "start": 866212905,
            "stop": 866212927
        },
        {
            "start": 866212930,
            "stop": 866213035
        },
        {
            "start": 866213037,
            "stop": 866213044
        },
        {
            "start": 866213047,
            "stop": 866213350
        },
        {
            "start": 866213353,
            "stop": 866213434
        },
        {
            "start": 866213437,
            "stop": 866213495
        },
        {
            "start": 866213498,
            "stop": 866213551
        },
        {
            "start": 866213554,
            "stop": 866213612
        },
        {
            "start": 866213615,
            "stop": 866213732
        },
        {
            "start": 866213735,
            "stop": 866213851
        },
        {
            "start": 866213854,
            "stop": 866214025
        },
        {
            "start": 866214030,
            "stop": 866214119
        },
        {
            "start": 866214122,
            "stop": 866214268
        },
        {
            "start": 866214271,
            "stop": 866214425
        },
        {
            "start": 866214428,
            "stop": 866214440
        }
    ]
}