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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=259",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 260,
    "results": [
        {
            "start": 820941842,
            "stop": 820941996
        },
        {
            "start": 820942003,
            "stop": 820942099
        },
        {
            "start": 820942106,
            "stop": 820942274
        },
        {
            "start": 820942281,
            "stop": 820942320
        },
        {
            "start": 820942327,
            "stop": 820942351
        },
        {
            "start": 820942370,
            "stop": 820942405
        },
        {
            "start": 820942412,
            "stop": 820942443
        },
        {
            "start": 820942450,
            "stop": 820942478
        },
        {
            "start": 820942485,
            "stop": 820942555
        },
        {
            "start": 820942562,
            "stop": 820942607
        },
        {
            "start": 820942615,
            "stop": 820942758
        },
        {
            "start": 820942766,
            "stop": 820942779
        },
        {
            "start": 820942786,
            "stop": 820942825
        },
        {
            "start": 820942832,
            "stop": 820942908
        },
        {
            "start": 820943317,
            "stop": 820943325
        },
        {
            "start": 820943797,
            "stop": 820943808
        },
        {
            "start": 820943815,
            "stop": 820943862
        },
        {
            "start": 820943875,
            "stop": 820943950
        },
        {
            "start": 820943957,
            "stop": 820943988
        },
        {
            "start": 820943995,
            "stop": 820944031
        }
    ]
}