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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5190",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5191,
    "results": [
        {
            "start": 874795673,
            "stop": 874795772
        },
        {
            "start": 874795780,
            "stop": 874795924
        },
        {
            "start": 874795931,
            "stop": 874796050
        },
        {
            "start": 874796058,
            "stop": 874796153
        },
        {
            "start": 874796160,
            "stop": 874796241
        },
        {
            "start": 874796248,
            "stop": 874796264
        },
        {
            "start": 874796271,
            "stop": 874796329
        },
        {
            "start": 874796336,
            "stop": 874796371
        },
        {
            "start": 874796379,
            "stop": 874796417
        },
        {
            "start": 874796424,
            "stop": 874796429
        },
        {
            "start": 874796437,
            "stop": 874796728
        },
        {
            "start": 874796735,
            "stop": 874796825
        },
        {
            "start": 874796832,
            "stop": 874796838
        },
        {
            "start": 874796845,
            "stop": 874797045
        },
        {
            "start": 874797052,
            "stop": 874797177
        },
        {
            "start": 874797184,
            "stop": 874797186
        },
        {
            "start": 874797193,
            "stop": 874797330
        },
        {
            "start": 874797337,
            "stop": 874797554
        },
        {
            "start": 874797569,
            "stop": 874797638
        },
        {
            "start": 874797645,
            "stop": 874797756
        }
    ]
}