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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=440",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 441,
    "results": [
        {
            "start": 847813157,
            "stop": 847813159
        },
        {
            "start": 847813160,
            "stop": 847813166
        },
        {
            "start": 847813167,
            "stop": 847813169
        },
        {
            "start": 847813170,
            "stop": 847813174
        },
        {
            "start": 847813175,
            "stop": 847813180
        },
        {
            "start": 847813181,
            "stop": 847813183
        },
        {
            "start": 847813185,
            "stop": 847813186
        },
        {
            "start": 847813188,
            "stop": 847813214
        },
        {
            "start": 847813217,
            "stop": 847813307
        },
        {
            "start": 847813308,
            "stop": 847813314
        },
        {
            "start": 847813315,
            "stop": 847813375
        },
        {
            "start": 847813376,
            "stop": 847813423
        },
        {
            "start": 847813424,
            "stop": 847813426
        },
        {
            "start": 847813427,
            "stop": 847813440
        },
        {
            "start": 847813441,
            "stop": 847813443
        },
        {
            "start": 847813445,
            "stop": 847813491
        },
        {
            "start": 847813492,
            "stop": 847813513
        },
        {
            "start": 847813515,
            "stop": 847813567
        },
        {
            "start": 847813569,
            "stop": 847813611
        },
        {
            "start": 847813612,
            "stop": 847813615
        }
    ]
}