Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=165",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 166,
    "results": [
        {
            "start": 819852371,
            "stop": 819852976
        },
        {
            "start": 819852980,
            "stop": 819853734
        },
        {
            "start": 819853737,
            "stop": 819854053
        },
        {
            "start": 819854057,
            "stop": 819854178
        },
        {
            "start": 819854182,
            "stop": 819855195
        },
        {
            "start": 819855199,
            "stop": 819857243
        },
        {
            "start": 819857246,
            "stop": 819859126
        },
        {
            "start": 819859143,
            "stop": 819860492
        },
        {
            "start": 819860496,
            "stop": 819863382
        },
        {
            "start": 819863385,
            "stop": 819865382
        },
        {
            "start": 819865385,
            "stop": 819868333
        },
        {
            "start": 819868337,
            "stop": 819868797
        },
        {
            "start": 819868801,
            "stop": 819869115
        },
        {
            "start": 819869118,
            "stop": 819875014
        },
        {
            "start": 819875017,
            "stop": 819880946
        },
        {
            "start": 819881776,
            "stop": 819884837
        },
        {
            "start": 819884840,
            "stop": 819886644
        },
        {
            "start": 819886647,
            "stop": 819887026
        },
        {
            "start": 819888431,
            "stop": 819893758
        },
        {
            "start": 819893761,
            "stop": 819895810
        }
    ]
}