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=846
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=847",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=845",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 846,
    "results": [
        {
            "start": 872996931,
            "stop": 872996937
        },
        {
            "start": 872996944,
            "stop": 872996948
        },
        {
            "start": 872996952,
            "stop": 872996961
        },
        {
            "start": 872996965,
            "stop": 872996973
        },
        {
            "start": 872996979,
            "stop": 872996998
        },
        {
            "start": 872997002,
            "stop": 872997150
        },
        {
            "start": 872997210,
            "stop": 872997216
        },
        {
            "start": 872999788,
            "stop": 873019507
        },
        {
            "start": 873019511,
            "stop": 873019540
        },
        {
            "start": 873019544,
            "stop": 873024861
        },
        {
            "start": 873024865,
            "stop": 873025586
        },
        {
            "start": 873025590,
            "stop": 873025672
        },
        {
            "start": 873025676,
            "stop": 873025682
        },
        {
            "start": 873025686,
            "stop": 873025693
        },
        {
            "start": 873025698,
            "stop": 873025705
        },
        {
            "start": 873025709,
            "stop": 873025717
        },
        {
            "start": 873025721,
            "stop": 873026065
        },
        {
            "start": 873026069,
            "stop": 873026076
        },
        {
            "start": 873026080,
            "stop": 873026100
        },
        {
            "start": 873026107,
            "stop": 873026123
        }
    ]
}