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=9840
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=9841",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9839",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9840,
    "results": [
        {
            "start": 874010465,
            "stop": 874010820
        },
        {
            "start": 874010880,
            "stop": 874011265
        },
        {
            "start": 874011268,
            "stop": 874011498
        },
        {
            "start": 874011515,
            "stop": 874011715
        },
        {
            "start": 874011960,
            "stop": 874012440
        },
        {
            "start": 874012500,
            "stop": 874012560
        },
        {
            "start": 874012620,
            "stop": 874012800
        },
        {
            "start": 874012860,
            "stop": 874013040
        },
        {
            "start": 874013160,
            "stop": 874013246
        },
        {
            "start": 874013263,
            "stop": 874013280
        },
        {
            "start": 874013340,
            "stop": 874013700
        },
        {
            "start": 874013760,
            "stop": 874014420
        },
        {
            "start": 874014480,
            "stop": 874014600
        },
        {
            "start": 874014780,
            "stop": 874014812
        },
        {
            "start": 874014965,
            "stop": 874015051
        },
        {
            "start": 874015415,
            "stop": 874015500
        },
        {
            "start": 874015560,
            "stop": 874015980
        },
        {
            "start": 874016580,
            "stop": 874016640
        },
        {
            "start": 874016820,
            "stop": 874016822
        },
        {
            "start": 874016825,
            "stop": 874016880
        }
    ]
}