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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=28",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 29,
    "results": [
        {
            "start": 815782502,
            "stop": 815783257
        },
        {
            "start": 815783260,
            "stop": 815783940
        },
        {
            "start": 815783943,
            "stop": 815784344
        },
        {
            "start": 815784347,
            "stop": 815785267
        },
        {
            "start": 815785269,
            "stop": 815785321
        },
        {
            "start": 815785334,
            "stop": 815785340
        },
        {
            "start": 815785348,
            "stop": 815785359
        },
        {
            "start": 815785363,
            "stop": 815785477
        },
        {
            "start": 815785480,
            "stop": 815786142
        },
        {
            "start": 815786145,
            "stop": 815786476
        },
        {
            "start": 815786479,
            "stop": 815786508
        },
        {
            "start": 815786512,
            "stop": 815786896
        },
        {
            "start": 815786899,
            "stop": 815787139
        },
        {
            "start": 815787141,
            "stop": 815788387
        },
        {
            "start": 815788390,
            "stop": 815788396
        },
        {
            "start": 815788400,
            "stop": 815788406
        },
        {
            "start": 815788415,
            "stop": 815788440
        },
        {
            "start": 815788448,
            "stop": 815788454
        },
        {
            "start": 815788516,
            "stop": 815788517
        },
        {
            "start": 815788521,
            "stop": 815788527
        }
    ]
}