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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=48",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 49,
    "results": [
        {
            "start": 830291881,
            "stop": 830294063
        },
        {
            "start": 830294968,
            "stop": 830297187
        },
        {
            "start": 830297320,
            "stop": 830308739
        },
        {
            "start": 830308882,
            "stop": 830324477
        },
        {
            "start": 830325127,
            "stop": 830334791
        },
        {
            "start": 830337595,
            "stop": 830343069
        },
        {
            "start": 830343661,
            "stop": 830360284
        },
        {
            "start": 830360989,
            "stop": 830361104
        },
        {
            "start": 830363172,
            "stop": 830365586
        },
        {
            "start": 830368418,
            "stop": 830380418
        },
        {
            "start": 830380501,
            "stop": 830380720
        },
        {
            "start": 830382272,
            "stop": 830387272
        },
        {
            "start": 830388452,
            "stop": 830391817
        },
        {
            "start": 830392175,
            "stop": 830393324
        },
        {
            "start": 830393404,
            "stop": 830393588
        },
        {
            "start": 830393661,
            "stop": 830393752
        },
        {
            "start": 830393821,
            "stop": 830393876
        },
        {
            "start": 830401681,
            "stop": 830415970
        },
        {
            "start": 830416052,
            "stop": 830416674
        },
        {
            "start": 830416786,
            "stop": 830434139
        }
    ]
}