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=765
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=766",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=764",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 765,
    "results": [
        {
            "start": 869575467,
            "stop": 869575479
        },
        {
            "start": 869576791,
            "stop": 869576901
        },
        {
            "start": 869576904,
            "stop": 869576984
        },
        {
            "start": 869576987,
            "stop": 869577289
        },
        {
            "start": 869577295,
            "stop": 869577990
        },
        {
            "start": 869577993,
            "stop": 869578006
        },
        {
            "start": 869578012,
            "stop": 869578177
        },
        {
            "start": 869578181,
            "stop": 869578219
        },
        {
            "start": 869578223,
            "stop": 869578365
        },
        {
            "start": 869578372,
            "stop": 869578484
        },
        {
            "start": 869578487,
            "stop": 869578606
        },
        {
            "start": 869578614,
            "stop": 869578958
        },
        {
            "start": 869578962,
            "stop": 869578973
        },
        {
            "start": 869578977,
            "stop": 869579055
        },
        {
            "start": 869579060,
            "stop": 869579166
        },
        {
            "start": 869579169,
            "stop": 869579300
        },
        {
            "start": 869579303,
            "stop": 869579315
        },
        {
            "start": 869579321,
            "stop": 869579409
        },
        {
            "start": 869579414,
            "stop": 869579448
        },
        {
            "start": 869579454,
            "stop": 869579471
        }
    ]
}