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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9849",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9850,
    "results": [
        {
            "start": 874101752,
            "stop": 874102295
        },
        {
            "start": 874102312,
            "stop": 874102564
        },
        {
            "start": 874102581,
            "stop": 874102680
        },
        {
            "start": 874102740,
            "stop": 874102898
        },
        {
            "start": 874102915,
            "stop": 874103050
        },
        {
            "start": 874103067,
            "stop": 874103520
        },
        {
            "start": 874103580,
            "stop": 874103760
        },
        {
            "start": 874103820,
            "stop": 874104068
        },
        {
            "start": 874104188,
            "stop": 874105363
        },
        {
            "start": 874105380,
            "stop": 874105705
        },
        {
            "start": 874105722,
            "stop": 874105769
        },
        {
            "start": 874105889,
            "stop": 874106007
        },
        {
            "start": 874106024,
            "stop": 874106174
        },
        {
            "start": 874106191,
            "stop": 874106280
        },
        {
            "start": 874106297,
            "stop": 874106383
        },
        {
            "start": 874106400,
            "stop": 874106820
        },
        {
            "start": 874106880,
            "stop": 874106902
        },
        {
            "start": 874106919,
            "stop": 874107220
        },
        {
            "start": 874107340,
            "stop": 874107589
        },
        {
            "start": 874107606,
            "stop": 874107730
        }
    ]
}