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=7638
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=7639",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7637",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7638,
    "results": [
        {
            "start": 970911059,
            "stop": 970911552
        },
        {
            "start": 970911555,
            "stop": 970911587
        },
        {
            "start": 970911590,
            "stop": 970912047
        },
        {
            "start": 970912050,
            "stop": 970912478
        },
        {
            "start": 970912481,
            "stop": 970912515
        },
        {
            "start": 970912518,
            "stop": 970913635
        },
        {
            "start": 970913638,
            "stop": 970913998
        },
        {
            "start": 970914001,
            "stop": 970914399
        },
        {
            "start": 970914402,
            "stop": 970915270
        },
        {
            "start": 970915273,
            "stop": 970915351
        },
        {
            "start": 970915354,
            "stop": 970915455
        },
        {
            "start": 970915458,
            "stop": 970915484
        },
        {
            "start": 970915487,
            "stop": 970915529
        },
        {
            "start": 970915532,
            "stop": 970916045
        },
        {
            "start": 970916062,
            "stop": 970916121
        },
        {
            "start": 970916124,
            "stop": 970916125
        },
        {
            "start": 970916128,
            "stop": 970916190
        },
        {
            "start": 970916193,
            "stop": 970916826
        },
        {
            "start": 970916832,
            "stop": 970916835
        },
        {
            "start": 970916841,
            "stop": 970916869
        }
    ]
}