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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=850",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 851,
    "results": [
        {
            "start": 873027292,
            "stop": 873027296
        },
        {
            "start": 873027303,
            "stop": 873027308
        },
        {
            "start": 873027313,
            "stop": 873027320
        },
        {
            "start": 873027327,
            "stop": 873027332
        },
        {
            "start": 873027339,
            "stop": 873027344
        },
        {
            "start": 873027352,
            "stop": 873027357
        },
        {
            "start": 873027364,
            "stop": 873027369
        },
        {
            "start": 873027376,
            "stop": 873027382
        },
        {
            "start": 873027388,
            "stop": 873027395
        },
        {
            "start": 873027401,
            "stop": 873027406
        },
        {
            "start": 873027413,
            "stop": 873027421
        },
        {
            "start": 873027426,
            "stop": 873027432
        },
        {
            "start": 873027438,
            "stop": 873027443
        },
        {
            "start": 873027450,
            "stop": 873027456
        },
        {
            "start": 873027463,
            "stop": 873027469
        },
        {
            "start": 873027475,
            "stop": 873027482
        },
        {
            "start": 873027486,
            "stop": 873027494
        },
        {
            "start": 873027502,
            "stop": 873027507
        },
        {
            "start": 873027514,
            "stop": 873027520
        },
        {
            "start": 873027527,
            "stop": 873027533
        }
    ]
}