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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=193",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 194,
    "results": [
        {
            "start": 933239782,
            "stop": 933239789
        },
        {
            "start": 933239909,
            "stop": 933239969
        },
        {
            "start": 933240089,
            "stop": 933240149
        },
        {
            "start": 933240389,
            "stop": 933240509
        },
        {
            "start": 933240809,
            "stop": 933241409
        },
        {
            "start": 933241709,
            "stop": 933241769
        },
        {
            "start": 933242129,
            "stop": 933242189
        },
        {
            "start": 933242369,
            "stop": 933242415
        },
        {
            "start": 933242969,
            "stop": 933243209
        },
        {
            "start": 933243509,
            "stop": 933244529
        },
        {
            "start": 933244589,
            "stop": 933245117
        },
        {
            "start": 933245122,
            "stop": 933246015
        },
        {
            "start": 933246375,
            "stop": 933246800
        },
        {
            "start": 933246802,
            "stop": 933247250
        },
        {
            "start": 933247252,
            "stop": 933248602
        },
        {
            "start": 933248605,
            "stop": 933248617
        },
        {
            "start": 933248620,
            "stop": 933248647
        },
        {
            "start": 933248650,
            "stop": 933248663
        },
        {
            "start": 933248665,
            "stop": 933249256
        },
        {
            "start": 933249265,
            "stop": 933249615
        }
    ]
}