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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4630",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4628",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4629,
    "results": [
        {
            "start": 874229937,
            "stop": 874230250
        },
        {
            "start": 874230269,
            "stop": 874230290
        },
        {
            "start": 874230313,
            "stop": 874230399
        },
        {
            "start": 874230423,
            "stop": 874230461
        },
        {
            "start": 874230480,
            "stop": 874230492
        },
        {
            "start": 874230511,
            "stop": 874230526
        },
        {
            "start": 874230563,
            "stop": 874230567
        },
        {
            "start": 874230586,
            "stop": 874230645
        },
        {
            "start": 874230664,
            "stop": 874230832
        },
        {
            "start": 874230851,
            "stop": 874230888
        },
        {
            "start": 874230916,
            "stop": 874230934
        },
        {
            "start": 874230953,
            "stop": 874231077
        },
        {
            "start": 874231096,
            "stop": 874231114
        },
        {
            "start": 874231133,
            "stop": 874231215
        },
        {
            "start": 874231234,
            "stop": 874231272
        },
        {
            "start": 874231291,
            "stop": 874231489
        },
        {
            "start": 874231508,
            "stop": 874231658
        },
        {
            "start": 874231677,
            "stop": 874231782
        },
        {
            "start": 874231801,
            "stop": 874231828
        },
        {
            "start": 874231847,
            "stop": 874231886
        }
    ]
}