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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=151",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 152,
    "results": [
        {
            "start": 819399690,
            "stop": 819400588
        },
        {
            "start": 819402488,
            "stop": 819402594
        },
        {
            "start": 819402835,
            "stop": 819403038
        },
        {
            "start": 819403302,
            "stop": 819403800
        },
        {
            "start": 819403860,
            "stop": 819404594
        },
        {
            "start": 819405436,
            "stop": 819408412
        },
        {
            "start": 819408480,
            "stop": 819409123
        },
        {
            "start": 819411761,
            "stop": 819412556
        },
        {
            "start": 819412863,
            "stop": 819415620
        },
        {
            "start": 819415680,
            "stop": 819415740
        },
        {
            "start": 819415860,
            "stop": 819418680
        },
        {
            "start": 819419475,
            "stop": 819419670
        },
        {
            "start": 819419790,
            "stop": 819423032
        },
        {
            "start": 819423152,
            "stop": 819423660
        },
        {
            "start": 819423780,
            "stop": 819423787
        },
        {
            "start": 819423982,
            "stop": 819423992
        },
        {
            "start": 819424973,
            "stop": 819424992
        },
        {
            "start": 819425024,
            "stop": 819425440
        },
        {
            "start": 819425472,
            "stop": 819427408
        },
        {
            "start": 819427412,
            "stop": 819429025
        }
    ]
}