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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5169",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5170,
    "results": [
        {
            "start": 874958392,
            "stop": 874958734
        },
        {
            "start": 874958753,
            "stop": 874958885
        },
        {
            "start": 874958902,
            "stop": 874958904
        },
        {
            "start": 874958923,
            "stop": 874958958
        },
        {
            "start": 874968343,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874976375
        },
        {
            "start": 874976396,
            "stop": 874977259
        },
        {
            "start": 874984260,
            "stop": 874984380
        },
        {
            "start": 874984440,
            "stop": 874984500
        },
        {
            "start": 874984620,
            "stop": 874984680
        },
        {
            "start": 874984740,
            "stop": 874984860
        },
        {
            "start": 874985460,
            "stop": 874985466
        },
        {
            "start": 874987260,
            "stop": 874987320
        },
        {
            "start": 874987440,
            "stop": 874987560
        },
        {
            "start": 874987620,
            "stop": 874987680
        },
        {
            "start": 874990134,
            "stop": 875004900
        },
        {
            "start": 875004960,
            "stop": 875005080
        },
        {
            "start": 875005140,
            "stop": 875005380
        },
        {
            "start": 875005500,
            "stop": 875005680
        },
        {
            "start": 875005800,
            "stop": 875007366
        }
    ]
}