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/H2_BURST_CAT3E/segments?format=api&page=386
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=387",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=385",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 386,
    "results": [
        {
            "start": 821509967,
            "stop": 821509980
        },
        {
            "start": 821509983,
            "stop": 821509985
        },
        {
            "start": 821509988,
            "stop": 821510007
        },
        {
            "start": 821510010,
            "stop": 821510020
        },
        {
            "start": 821510023,
            "stop": 821510073
        },
        {
            "start": 821510076,
            "stop": 821510154
        },
        {
            "start": 821510159,
            "stop": 821510178
        },
        {
            "start": 821510181,
            "stop": 821510235
        },
        {
            "start": 821510238,
            "stop": 821510239
        },
        {
            "start": 821510242,
            "stop": 821510251
        },
        {
            "start": 821510254,
            "stop": 821510282
        },
        {
            "start": 821510285,
            "stop": 821510316
        },
        {
            "start": 821510319,
            "stop": 821510351
        },
        {
            "start": 821510357,
            "stop": 821510362
        },
        {
            "start": 821510365,
            "stop": 821510370
        },
        {
            "start": 821510373,
            "stop": 821510443
        },
        {
            "start": 821510446,
            "stop": 821510494
        },
        {
            "start": 821510497,
            "stop": 821510507
        },
        {
            "start": 821510510,
            "stop": 821510523
        },
        {
            "start": 821510526,
            "stop": 821510566
        }
    ]
}