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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=56",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 57,
    "results": [
        {
            "start": 821809217,
            "stop": 821810349
        },
        {
            "start": 821821073,
            "stop": 821822408
        },
        {
            "start": 821822728,
            "stop": 821822999
        },
        {
            "start": 821823399,
            "stop": 821824364
        },
        {
            "start": 821825474,
            "stop": 821826395
        },
        {
            "start": 821826942,
            "stop": 821831221
        },
        {
            "start": 821831765,
            "stop": 821831874
        },
        {
            "start": 821832644,
            "stop": 821833083
        },
        {
            "start": 821833655,
            "stop": 821834064
        },
        {
            "start": 821835049,
            "stop": 821840693
        },
        {
            "start": 821841117,
            "stop": 821872459
        },
        {
            "start": 821874060,
            "stop": 821909441
        },
        {
            "start": 821909841,
            "stop": 821915030
        },
        {
            "start": 821915438,
            "stop": 821969148
        },
        {
            "start": 821969612,
            "stop": 821990310
        },
        {
            "start": 821991457,
            "stop": 822003237
        },
        {
            "start": 822003698,
            "stop": 822011730
        },
        {
            "start": 822012652,
            "stop": 822031799
        },
        {
            "start": 822032746,
            "stop": 822034915
        },
        {
            "start": 822035372,
            "stop": 822077556
        }
    ]
}