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=2145
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=2146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2144",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2145,
    "results": [
        {
            "start": 868254980,
            "stop": 868255170
        },
        {
            "start": 868255470,
            "stop": 868262358
        },
        {
            "start": 868264018,
            "stop": 868264687
        },
        {
            "start": 868264698,
            "stop": 868264722
        },
        {
            "start": 868264728,
            "stop": 868264742
        },
        {
            "start": 868264748,
            "stop": 868282337
        },
        {
            "start": 868282343,
            "stop": 868288217
        },
        {
            "start": 868288223,
            "stop": 868288260
        },
        {
            "start": 868288265,
            "stop": 868289032
        },
        {
            "start": 868289038,
            "stop": 868297052
        },
        {
            "start": 868297058,
            "stop": 868297147
        },
        {
            "start": 868297158,
            "stop": 868297172
        },
        {
            "start": 868297178,
            "stop": 868300511
        },
        {
            "start": 868301369,
            "stop": 868301406
        },
        {
            "start": 868301516,
            "stop": 868302206
        },
        {
            "start": 868302506,
            "stop": 868304932
        },
        {
            "start": 868305372,
            "stop": 868306652
        },
        {
            "start": 868306658,
            "stop": 868310777
        },
        {
            "start": 868310783,
            "stop": 868310827
        },
        {
            "start": 868310833,
            "stop": 868312305
        }
    ]
}