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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=449",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 450,
    "results": [
        {
            "start": 825909061,
            "stop": 825909069
        },
        {
            "start": 825909072,
            "stop": 825909168
        },
        {
            "start": 825909171,
            "stop": 825909237
        },
        {
            "start": 825909258,
            "stop": 825909387
        },
        {
            "start": 825909391,
            "stop": 825909406
        },
        {
            "start": 825909410,
            "stop": 825909420
        },
        {
            "start": 825909423,
            "stop": 825909448
        },
        {
            "start": 825909451,
            "stop": 825909480
        },
        {
            "start": 825909483,
            "stop": 825909484
        },
        {
            "start": 825909487,
            "stop": 825909493
        },
        {
            "start": 825909496,
            "stop": 825909498
        },
        {
            "start": 825909501,
            "stop": 825909567
        },
        {
            "start": 825909572,
            "stop": 825909586
        },
        {
            "start": 825909589,
            "stop": 825909600
        },
        {
            "start": 825909660,
            "stop": 825909697
        },
        {
            "start": 825909718,
            "stop": 825909720
        },
        {
            "start": 825909901,
            "stop": 825909906
        },
        {
            "start": 825909915,
            "stop": 825909921
        },
        {
            "start": 825909925,
            "stop": 825909930
        },
        {
            "start": 825910350,
            "stop": 825910356
        }
    ]
}