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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=559",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=557",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 558,
    "results": [
        {
            "start": 833731327,
            "stop": 833742353
        },
        {
            "start": 833743219,
            "stop": 833744588
        },
        {
            "start": 833744661,
            "stop": 833744893
        },
        {
            "start": 833744898,
            "stop": 833749187
        },
        {
            "start": 833751248,
            "stop": 833753197
        },
        {
            "start": 833754400,
            "stop": 833756540
        },
        {
            "start": 833757520,
            "stop": 833811845
        },
        {
            "start": 833813220,
            "stop": 833822050
        },
        {
            "start": 833822055,
            "stop": 833827226
        },
        {
            "start": 833830049,
            "stop": 833832972
        },
        {
            "start": 833832979,
            "stop": 833833878
        },
        {
            "start": 833834512,
            "stop": 833836621
        },
        {
            "start": 833837193,
            "stop": 833838880
        },
        {
            "start": 833838885,
            "stop": 833839556
        },
        {
            "start": 833840116,
            "stop": 833845575
        },
        {
            "start": 833846466,
            "stop": 833853349
        },
        {
            "start": 833853354,
            "stop": 833868612
        },
        {
            "start": 833869355,
            "stop": 833885544
        },
        {
            "start": 833887097,
            "stop": 833917996
        },
        {
            "start": 833920079,
            "stop": 833921734
        }
    ]
}