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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5644",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5645,
    "results": [
        {
            "start": 874518064,
            "stop": 874518098
        },
        {
            "start": 874518101,
            "stop": 874518167
        },
        {
            "start": 874518171,
            "stop": 874518192
        },
        {
            "start": 874518198,
            "stop": 874518264
        },
        {
            "start": 874518268,
            "stop": 874518271
        },
        {
            "start": 874518274,
            "stop": 874518296
        },
        {
            "start": 874518299,
            "stop": 874518337
        },
        {
            "start": 874518341,
            "stop": 874518371
        },
        {
            "start": 874518374,
            "stop": 874518383
        },
        {
            "start": 874518386,
            "stop": 874518387
        },
        {
            "start": 874518391,
            "stop": 874518400
        },
        {
            "start": 874518407,
            "stop": 874518448
        },
        {
            "start": 874518451,
            "stop": 874518638
        },
        {
            "start": 874518642,
            "stop": 874518648
        },
        {
            "start": 874518652,
            "stop": 874518702
        },
        {
            "start": 874518705,
            "stop": 874518716
        },
        {
            "start": 874518725,
            "stop": 874518733
        },
        {
            "start": 874518736,
            "stop": 874518768
        },
        {
            "start": 874518774,
            "stop": 874518805
        },
        {
            "start": 874518808,
            "stop": 874518836
        }
    ]
}