Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=328
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=327",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 328,
    "results": [
        {
            "start": 823076876,
            "stop": 823076897
        },
        {
            "start": 823076902,
            "stop": 823076954
        },
        {
            "start": 823076958,
            "stop": 823076960
        },
        {
            "start": 823076965,
            "stop": 823076998
        },
        {
            "start": 823077001,
            "stop": 823077024
        },
        {
            "start": 823077027,
            "stop": 823077101
        },
        {
            "start": 823077104,
            "stop": 823077228
        },
        {
            "start": 823077231,
            "stop": 823077302
        },
        {
            "start": 823077307,
            "stop": 823077308
        },
        {
            "start": 823077313,
            "stop": 823077467
        },
        {
            "start": 823077471,
            "stop": 823077499
        },
        {
            "start": 823077502,
            "stop": 823077560
        },
        {
            "start": 823077564,
            "stop": 823077566
        },
        {
            "start": 823077571,
            "stop": 823077572
        },
        {
            "start": 823077577,
            "stop": 823077579
        },
        {
            "start": 823077582,
            "stop": 823077600
        },
        {
            "start": 823077604,
            "stop": 823077634
        },
        {
            "start": 823077637,
            "stop": 823077671
        },
        {
            "start": 823077675,
            "stop": 823077702
        },
        {
            "start": 823077705,
            "stop": 823077850
        }
    ]
}