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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=210",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 211,
    "results": [
        {
            "start": 820966698,
            "stop": 820967132
        },
        {
            "start": 820968237,
            "stop": 820968953
        },
        {
            "start": 820968957,
            "stop": 820970760
        },
        {
            "start": 820970763,
            "stop": 820971526
        },
        {
            "start": 820971529,
            "stop": 820971636
        },
        {
            "start": 820971640,
            "stop": 820973556
        },
        {
            "start": 820976296,
            "stop": 820977464
        },
        {
            "start": 820977645,
            "stop": 820978684
        },
        {
            "start": 820978734,
            "stop": 820979564
        },
        {
            "start": 820979745,
            "stop": 820980661
        },
        {
            "start": 820980664,
            "stop": 820980735
        },
        {
            "start": 820980738,
            "stop": 820980974
        },
        {
            "start": 820980977,
            "stop": 820981124
        },
        {
            "start": 820981127,
            "stop": 820981220
        },
        {
            "start": 820981223,
            "stop": 820981285
        },
        {
            "start": 820981288,
            "stop": 820981380
        },
        {
            "start": 820982417,
            "stop": 820983328
        },
        {
            "start": 820983331,
            "stop": 820983927
        },
        {
            "start": 820983930,
            "stop": 820984748
        },
        {
            "start": 820984752,
            "stop": 820985035
        }
    ]
}