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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=61",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 62,
    "results": [
        {
            "start": 822982432,
            "stop": 822985573
        },
        {
            "start": 822986196,
            "stop": 822994753
        },
        {
            "start": 822995734,
            "stop": 822997120
        },
        {
            "start": 822997152,
            "stop": 823000512
        },
        {
            "start": 823000544,
            "stop": 823012333
        },
        {
            "start": 823013553,
            "stop": 823020512
        },
        {
            "start": 823020544,
            "stop": 823026496
        },
        {
            "start": 823026528,
            "stop": 823029613
        },
        {
            "start": 823030180,
            "stop": 823030208
        },
        {
            "start": 823030240,
            "stop": 823032408
        },
        {
            "start": 823033274,
            "stop": 823037216
        },
        {
            "start": 823037248,
            "stop": 823042032
        },
        {
            "start": 823042033,
            "stop": 823043072
        },
        {
            "start": 823043104,
            "stop": 823058688
        },
        {
            "start": 823058720,
            "stop": 823060832
        },
        {
            "start": 823060864,
            "stop": 823077973
        },
        {
            "start": 823079413,
            "stop": 823079720
        },
        {
            "start": 823079721,
            "stop": 823080394
        },
        {
            "start": 823080398,
            "stop": 823080409
        },
        {
            "start": 823080410,
            "stop": 823080461
        }
    ]
}