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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=208",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 209,
    "results": [
        {
            "start": 840320034,
            "stop": 840320360
        },
        {
            "start": 840320363,
            "stop": 840327130
        },
        {
            "start": 840327132,
            "stop": 840327167
        },
        {
            "start": 840328820,
            "stop": 840332293
        },
        {
            "start": 840333605,
            "stop": 840336313
        },
        {
            "start": 840338047,
            "stop": 840339413
        },
        {
            "start": 840340810,
            "stop": 840342133
        },
        {
            "start": 840343536,
            "stop": 840344330
        },
        {
            "start": 840346070,
            "stop": 840347053
        },
        {
            "start": 840351035,
            "stop": 840354073
        },
        {
            "start": 840355179,
            "stop": 840363235
        },
        {
            "start": 840364082,
            "stop": 840366409
        },
        {
            "start": 840366410,
            "stop": 840366475
        },
        {
            "start": 840367867,
            "stop": 840368215
        },
        {
            "start": 840368217,
            "stop": 840368566
        },
        {
            "start": 840368567,
            "stop": 840370633
        },
        {
            "start": 840371475,
            "stop": 840373093
        },
        {
            "start": 840373973,
            "stop": 840374682
        },
        {
            "start": 840374684,
            "stop": 840374696
        },
        {
            "start": 840374698,
            "stop": 840374700
        }
    ]
}