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=5776
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=5777",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5775",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5776,
    "results": [
        {
            "start": 874662740,
            "stop": 874662823
        },
        {
            "start": 874662826,
            "stop": 874662891
        },
        {
            "start": 874662894,
            "stop": 874662895
        },
        {
            "start": 874662899,
            "stop": 874662999
        },
        {
            "start": 874663002,
            "stop": 874663034
        },
        {
            "start": 874663037,
            "stop": 874663096
        },
        {
            "start": 874663099,
            "stop": 874663120
        },
        {
            "start": 874663123,
            "stop": 874663215
        },
        {
            "start": 874663218,
            "stop": 874663249
        },
        {
            "start": 874663252,
            "stop": 874663370
        },
        {
            "start": 874663373,
            "stop": 874663383
        },
        {
            "start": 874663386,
            "stop": 874663388
        },
        {
            "start": 874663391,
            "stop": 874663410
        },
        {
            "start": 874663414,
            "stop": 874663517
        },
        {
            "start": 874663521,
            "stop": 874663556
        },
        {
            "start": 874663559,
            "stop": 874663657
        },
        {
            "start": 874663660,
            "stop": 874663759
        },
        {
            "start": 874663762,
            "stop": 874663875
        },
        {
            "start": 874663879,
            "stop": 874663897
        },
        {
            "start": 874663900,
            "stop": 874663971
        }
    ]
}