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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=169",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 170,
    "results": [
        {
            "start": 842822438,
            "stop": 842823586
        },
        {
            "start": 842824270,
            "stop": 842825855
        },
        {
            "start": 842826640,
            "stop": 842831043
        },
        {
            "start": 842831543,
            "stop": 842832905
        },
        {
            "start": 842834428,
            "stop": 842857895
        },
        {
            "start": 842858344,
            "stop": 842884420
        },
        {
            "start": 842884820,
            "stop": 842900126
        },
        {
            "start": 842901356,
            "stop": 842902406
        },
        {
            "start": 842902408,
            "stop": 842902573
        },
        {
            "start": 842902575,
            "stop": 842902582
        },
        {
            "start": 842902585,
            "stop": 842903336
        },
        {
            "start": 842903921,
            "stop": 842907836
        },
        {
            "start": 842908750,
            "stop": 842910985
        },
        {
            "start": 842912618,
            "stop": 842913575
        },
        {
            "start": 842913895,
            "stop": 842913935
        },
        {
            "start": 842914335,
            "stop": 842915620
        },
        {
            "start": 842921765,
            "stop": 842922564
        },
        {
            "start": 842922566,
            "stop": 842922595
        },
        {
            "start": 842924511,
            "stop": 842927883
        },
        {
            "start": 842929003,
            "stop": 842967511
        }
    ]
}