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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7242",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7243,
    "results": [
        {
            "start": 874853001,
            "stop": 874853154
        },
        {
            "start": 874853155,
            "stop": 874853220
        },
        {
            "start": 874853221,
            "stop": 874853360
        },
        {
            "start": 874853361,
            "stop": 874853367
        },
        {
            "start": 874853368,
            "stop": 874853376
        },
        {
            "start": 874853377,
            "stop": 874853384
        },
        {
            "start": 874853385,
            "stop": 874853430
        },
        {
            "start": 874853431,
            "stop": 874853529
        },
        {
            "start": 874853530,
            "stop": 874853550
        },
        {
            "start": 874853551,
            "stop": 874853685
        },
        {
            "start": 874853686,
            "stop": 874853706
        },
        {
            "start": 874853707,
            "stop": 874853791
        },
        {
            "start": 874853792,
            "stop": 874853795
        },
        {
            "start": 874853796,
            "stop": 874855025
        },
        {
            "start": 874855026,
            "stop": 874855207
        },
        {
            "start": 874855208,
            "stop": 874855217
        },
        {
            "start": 874855219,
            "stop": 874855272
        },
        {
            "start": 874855273,
            "stop": 874855418
        },
        {
            "start": 874855419,
            "stop": 874855482
        },
        {
            "start": 874855484,
            "stop": 874855486
        }
    ]
}