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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2109",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2110,
    "results": [
        {
            "start": 865607648,
            "stop": 865612119
        },
        {
            "start": 865612122,
            "stop": 865613979
        },
        {
            "start": 865616171,
            "stop": 865616514
        },
        {
            "start": 865616814,
            "stop": 865616823
        },
        {
            "start": 865616933,
            "stop": 865616945
        },
        {
            "start": 865616950,
            "stop": 865617256
        },
        {
            "start": 865618141,
            "stop": 865619659
        },
        {
            "start": 865619959,
            "stop": 865620319
        },
        {
            "start": 865622920,
            "stop": 865625070
        },
        {
            "start": 865625075,
            "stop": 865625311
        },
        {
            "start": 865625314,
            "stop": 865625814
        },
        {
            "start": 865626114,
            "stop": 865630925
        },
        {
            "start": 865630928,
            "stop": 865630952
        },
        {
            "start": 865630956,
            "stop": 865635991
        },
        {
            "start": 865635994,
            "stop": 865635998
        },
        {
            "start": 865636003,
            "stop": 865641485
        },
        {
            "start": 865641486,
            "stop": 865645712
        },
        {
            "start": 865646750,
            "stop": 865668084
        },
        {
            "start": 865670152,
            "stop": 865684067
        },
        {
            "start": 865684073,
            "stop": 865684080
        }
    ]
}