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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=66",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 67,
    "results": [
        {
            "start": 945088951,
            "stop": 945099913
        },
        {
            "start": 945100837,
            "stop": 945112180
        },
        {
            "start": 945113441,
            "stop": 945115940
        },
        {
            "start": 945116616,
            "stop": 945117666
        },
        {
            "start": 945120402,
            "stop": 945124423
        },
        {
            "start": 945125264,
            "stop": 945127470
        },
        {
            "start": 945131483,
            "stop": 945131704
        },
        {
            "start": 945134298,
            "stop": 945135464
        },
        {
            "start": 945149425,
            "stop": 945151235
        },
        {
            "start": 945152751,
            "stop": 945152909
        },
        {
            "start": 945154476,
            "stop": 945155304
        },
        {
            "start": 945156814,
            "stop": 945156856
        },
        {
            "start": 945158205,
            "stop": 945158850
        },
        {
            "start": 945213655,
            "stop": 945214156
        },
        {
            "start": 945216090,
            "stop": 945217865
        },
        {
            "start": 945218644,
            "stop": 945253461
        },
        {
            "start": 945254731,
            "stop": 945264867
        },
        {
            "start": 945273923,
            "stop": 945303967
        },
        {
            "start": 945311234,
            "stop": 945346072
        },
        {
            "start": 945347355,
            "stop": 945357342
        }
    ]
}