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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2040",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2041,
    "results": [
        {
            "start": 860105624,
            "stop": 860105684
        },
        {
            "start": 860106177,
            "stop": 860106186
        },
        {
            "start": 860106588,
            "stop": 860109703
        },
        {
            "start": 860110766,
            "stop": 860115570
        },
        {
            "start": 860115750,
            "stop": 860147910
        },
        {
            "start": 860147970,
            "stop": 860149446
        },
        {
            "start": 860150499,
            "stop": 860151090
        },
        {
            "start": 860151150,
            "stop": 860151210
        },
        {
            "start": 860151270,
            "stop": 860151465
        },
        {
            "start": 860151604,
            "stop": 860160214
        },
        {
            "start": 860160514,
            "stop": 860160520
        },
        {
            "start": 860160867,
            "stop": 860161471
        },
        {
            "start": 860161473,
            "stop": 860161487
        },
        {
            "start": 860161488,
            "stop": 860161492
        },
        {
            "start": 860161494,
            "stop": 860161890
        },
        {
            "start": 860161950,
            "stop": 860162310
        },
        {
            "start": 860162370,
            "stop": 860162452
        },
        {
            "start": 860162456,
            "stop": 860162481
        },
        {
            "start": 860162482,
            "stop": 860162550
        },
        {
            "start": 860162610,
            "stop": 860162615
        }
    ]
}