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=2120
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=2121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2119",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2120,
    "results": [
        {
            "start": 866210049,
            "stop": 866210051
        },
        {
            "start": 866210351,
            "stop": 866210390
        },
        {
            "start": 866210786,
            "stop": 866216620
        },
        {
            "start": 866216627,
            "stop": 866216780
        },
        {
            "start": 866216890,
            "stop": 866216916
        },
        {
            "start": 866217216,
            "stop": 866217262
        },
        {
            "start": 866217372,
            "stop": 866219306
        },
        {
            "start": 866219606,
            "stop": 866221684
        },
        {
            "start": 866222306,
            "stop": 866222422
        },
        {
            "start": 866224786,
            "stop": 866224980
        },
        {
            "start": 866225590,
            "stop": 866225821
        },
        {
            "start": 866226157,
            "stop": 866226640
        },
        {
            "start": 866226940,
            "stop": 866229601
        },
        {
            "start": 866229602,
            "stop": 866229620
        },
        {
            "start": 866229628,
            "stop": 866229696
        },
        {
            "start": 866229996,
            "stop": 866230320
        },
        {
            "start": 866230325,
            "stop": 866231388
        },
        {
            "start": 866232125,
            "stop": 866232146
        },
        {
            "start": 866232458,
            "stop": 866232475
        },
        {
            "start": 866232585,
            "stop": 866232618
        }
    ]
}