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_CAT3/segments?format=api&page=5849
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=5850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5848",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5849,
    "results": [
        {
            "start": 874746198,
            "stop": 874746372
        },
        {
            "start": 874746375,
            "stop": 874746455
        },
        {
            "start": 874746458,
            "stop": 874746471
        },
        {
            "start": 874746474,
            "stop": 874746647
        },
        {
            "start": 874746650,
            "stop": 874746712
        },
        {
            "start": 874746715,
            "stop": 874746785
        },
        {
            "start": 874746789,
            "stop": 874746798
        },
        {
            "start": 874746801,
            "stop": 874746805
        },
        {
            "start": 874746808,
            "stop": 874746833
        },
        {
            "start": 874746836,
            "stop": 874746858
        },
        {
            "start": 874746861,
            "stop": 874746885
        },
        {
            "start": 874746889,
            "stop": 874746933
        },
        {
            "start": 874746936,
            "stop": 874747051
        },
        {
            "start": 874747054,
            "stop": 874747189
        },
        {
            "start": 874747192,
            "stop": 874747348
        },
        {
            "start": 874747351,
            "stop": 874747531
        },
        {
            "start": 874747535,
            "stop": 874747672
        },
        {
            "start": 874747675,
            "stop": 874747677
        },
        {
            "start": 874747680,
            "stop": 874747757
        },
        {
            "start": 874747760,
            "stop": 874747761
        }
    ]
}