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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=161",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 162,
    "results": [
        {
            "start": 840493347,
            "stop": 840500873
        },
        {
            "start": 840505845,
            "stop": 840514219
        },
        {
            "start": 840514809,
            "stop": 840516173
        },
        {
            "start": 840516783,
            "stop": 840542982
        },
        {
            "start": 840543587,
            "stop": 840544372
        },
        {
            "start": 840545153,
            "stop": 840576267
        },
        {
            "start": 840585328,
            "stop": 840585717
        },
        {
            "start": 840585720,
            "stop": 840648432
        },
        {
            "start": 840648937,
            "stop": 840649130
        },
        {
            "start": 840649862,
            "stop": 840670905
        },
        {
            "start": 840672500,
            "stop": 840734628
        },
        {
            "start": 840735792,
            "stop": 840736563
        },
        {
            "start": 840736567,
            "stop": 840736801
        },
        {
            "start": 840738336,
            "stop": 840740368
        },
        {
            "start": 840741319,
            "stop": 840749416
        },
        {
            "start": 840750255,
            "stop": 840752591
        },
        {
            "start": 840753221,
            "stop": 840836135
        },
        {
            "start": 840837224,
            "stop": 840857557
        },
        {
            "start": 840859259,
            "stop": 840859510
        },
        {
            "start": 840860105,
            "stop": 840871990
        }
    ]
}