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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=371",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 372,
    "results": [
        {
            "start": 1182792034,
            "stop": 1182792104
        },
        {
            "start": 1182792105,
            "stop": 1182793754
        },
        {
            "start": 1182793755,
            "stop": 1182794050
        },
        {
            "start": 1182794051,
            "stop": 1182794246
        },
        {
            "start": 1182794247,
            "stop": 1182794591
        },
        {
            "start": 1182794592,
            "stop": 1182794677
        },
        {
            "start": 1182794678,
            "stop": 1182794757
        },
        {
            "start": 1182794758,
            "stop": 1182794907
        },
        {
            "start": 1182794908,
            "stop": 1182794999
        },
        {
            "start": 1182795000,
            "stop": 1182795233
        },
        {
            "start": 1182795235,
            "stop": 1182795426
        },
        {
            "start": 1182795427,
            "stop": 1182795444
        },
        {
            "start": 1182795445,
            "stop": 1182795724
        },
        {
            "start": 1182795726,
            "stop": 1182796688
        },
        {
            "start": 1182796689,
            "stop": 1182797192
        },
        {
            "start": 1182797193,
            "stop": 1182797244
        },
        {
            "start": 1182797245,
            "stop": 1182797437
        },
        {
            "start": 1182797438,
            "stop": 1182797957
        },
        {
            "start": 1182797959,
            "stop": 1182797992
        },
        {
            "start": 1182797993,
            "stop": 1182798055
        }
    ]
}