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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6405",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6406,
    "results": [
        {
            "start": 873689193,
            "stop": 873689378
        },
        {
            "start": 873690169,
            "stop": 873690592
        },
        {
            "start": 873690593,
            "stop": 873690695
        },
        {
            "start": 873690696,
            "stop": 873690861
        },
        {
            "start": 873698608,
            "stop": 873698863
        },
        {
            "start": 873698864,
            "stop": 873699182
        },
        {
            "start": 873699183,
            "stop": 873699932
        },
        {
            "start": 873699933,
            "stop": 873700182
        },
        {
            "start": 873700183,
            "stop": 873700225
        },
        {
            "start": 873700226,
            "stop": 873700890
        },
        {
            "start": 873700891,
            "stop": 873701193
        },
        {
            "start": 873701194,
            "stop": 873701552
        },
        {
            "start": 873701553,
            "stop": 873701684
        },
        {
            "start": 873701685,
            "stop": 873701886
        },
        {
            "start": 873701887,
            "stop": 873702118
        },
        {
            "start": 873702119,
            "stop": 873702658
        },
        {
            "start": 873702659,
            "stop": 873702736
        },
        {
            "start": 873702737,
            "stop": 873702786
        },
        {
            "start": 873702787,
            "stop": 873703211
        },
        {
            "start": 873703212,
            "stop": 873703274
        }
    ]
}