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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=325",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 326,
    "results": [
        {
            "start": 874844795,
            "stop": 874846190
        },
        {
            "start": 874846971,
            "stop": 874858866
        },
        {
            "start": 874859660,
            "stop": 874867142
        },
        {
            "start": 874867145,
            "stop": 874867481
        },
        {
            "start": 874867484,
            "stop": 874867597
        },
        {
            "start": 874876031,
            "stop": 874878310
        },
        {
            "start": 874879206,
            "stop": 874901652
        },
        {
            "start": 874904138,
            "stop": 874925349
        },
        {
            "start": 874925352,
            "stop": 874945446
        },
        {
            "start": 874949087,
            "stop": 874952404
        },
        {
            "start": 874954192,
            "stop": 874959048
        },
        {
            "start": 874968343,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874977349
        },
        {
            "start": 874979015,
            "stop": 874979337
        },
        {
            "start": 874981224,
            "stop": 874985556
        },
        {
            "start": 874986868,
            "stop": 874987895
        },
        {
            "start": 874990134,
            "stop": 875022622
        },
        {
            "start": 875030773,
            "stop": 875041690
        },
        {
            "start": 875042699,
            "stop": 875056031
        },
        {
            "start": 875057465,
            "stop": 875075848
        }
    ]
}