Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=52
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=51",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 52,
    "results": [
        {
            "start": 820894499,
            "stop": 820894512
        },
        {
            "start": 820895357,
            "stop": 820909638
        },
        {
            "start": 820910176,
            "stop": 820920253
        },
        {
            "start": 820920255,
            "stop": 820920256
        },
        {
            "start": 820920882,
            "stop": 820921330
        },
        {
            "start": 820921879,
            "stop": 820921937
        },
        {
            "start": 820922832,
            "stop": 820942903
        },
        {
            "start": 820943317,
            "stop": 820943320
        },
        {
            "start": 820943797,
            "stop": 820944195
        },
        {
            "start": 820963939,
            "stop": 820966550
        },
        {
            "start": 820967628,
            "stop": 820973660
        },
        {
            "start": 820973980,
            "stop": 820974108
        },
        {
            "start": 820974508,
            "stop": 820974745
        },
        {
            "start": 820975145,
            "stop": 820975682
        },
        {
            "start": 820976290,
            "stop": 820981444
        },
        {
            "start": 820981844,
            "stop": 820986493
        },
        {
            "start": 820987033,
            "stop": 820988875
        },
        {
            "start": 820989947,
            "stop": 820991036
        },
        {
            "start": 820991954,
            "stop": 820993822
        },
        {
            "start": 820994142,
            "stop": 820994552
        }
    ]
}