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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=52",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 53,
    "results": [
        {
            "start": 821825563,
            "stop": 821826609
        },
        {
            "start": 821827606,
            "stop": 821831413
        },
        {
            "start": 821832198,
            "stop": 821833070
        },
        {
            "start": 821835537,
            "stop": 821838975
        },
        {
            "start": 821839089,
            "stop": 821840653
        },
        {
            "start": 821841971,
            "stop": 821846305
        },
        {
            "start": 821847618,
            "stop": 821872813
        },
        {
            "start": 821875260,
            "stop": 821883253
        },
        {
            "start": 821883300,
            "stop": 821883302
        },
        {
            "start": 821883539,
            "stop": 821906353
        },
        {
            "start": 821906408,
            "stop": 821906409
        },
        {
            "start": 821906707,
            "stop": 821909473
        },
        {
            "start": 821910889,
            "stop": 821911933
        },
        {
            "start": 821911969,
            "stop": 821911970
        },
        {
            "start": 821912080,
            "stop": 821915105
        },
        {
            "start": 821916305,
            "stop": 821969278
        },
        {
            "start": 821970104,
            "stop": 821990409
        },
        {
            "start": 821991937,
            "stop": 821992693
        },
        {
            "start": 821993087,
            "stop": 822003365
        },
        {
            "start": 822004157,
            "stop": 822011828
        }
    ]
}