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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=23",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 24,
    "results": [
        {
            "start": 816795240,
            "stop": 816804283
        },
        {
            "start": 816804464,
            "stop": 816804929
        },
        {
            "start": 816804932,
            "stop": 816807118
        },
        {
            "start": 816812488,
            "stop": 816812599
        },
        {
            "start": 816812602,
            "stop": 816814081
        },
        {
            "start": 816816157,
            "stop": 816818310
        },
        {
            "start": 816819345,
            "stop": 816819960
        },
        {
            "start": 816820020,
            "stop": 816823517
        },
        {
            "start": 816825229,
            "stop": 816832214
        },
        {
            "start": 816832217,
            "stop": 816842675
        },
        {
            "start": 816845203,
            "stop": 816845294
        },
        {
            "start": 816845297,
            "stop": 816845803
        },
        {
            "start": 816846044,
            "stop": 816848580
        },
        {
            "start": 816848640,
            "stop": 816857863
        },
        {
            "start": 816858044,
            "stop": 816858420
        },
        {
            "start": 816858423,
            "stop": 816865083
        },
        {
            "start": 816866663,
            "stop": 816867056
        },
        {
            "start": 816867059,
            "stop": 816867823
        },
        {
            "start": 816868004,
            "stop": 816868982
        },
        {
            "start": 816869713,
            "stop": 816876403
        }
    ]
}