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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=5",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 6,
    "results": [
        {
            "start": 815496653,
            "stop": 815496687
        },
        {
            "start": 815496690,
            "stop": 815496692
        },
        {
            "start": 815496695,
            "stop": 815496746
        },
        {
            "start": 815496750,
            "stop": 815496818
        },
        {
            "start": 815496822,
            "stop": 815496893
        },
        {
            "start": 815496897,
            "stop": 815496940
        },
        {
            "start": 815496943,
            "stop": 815496957
        },
        {
            "start": 815496960,
            "stop": 815496980
        },
        {
            "start": 815496983,
            "stop": 815497003
        },
        {
            "start": 815497006,
            "stop": 815497155
        },
        {
            "start": 815497159,
            "stop": 815497195
        },
        {
            "start": 815497198,
            "stop": 815497287
        },
        {
            "start": 815497290,
            "stop": 815497326
        },
        {
            "start": 815497329,
            "stop": 815497330
        },
        {
            "start": 815497333,
            "stop": 815497341
        },
        {
            "start": 815497344,
            "stop": 815497349
        },
        {
            "start": 815497352,
            "stop": 815497365
        },
        {
            "start": 815497368,
            "stop": 815497407
        },
        {
            "start": 815497410,
            "stop": 815497421
        },
        {
            "start": 815497425,
            "stop": 815497431
        }
    ]
}