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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4138",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4139,
    "results": [
        {
            "start": 874285792,
            "stop": 874285816
        },
        {
            "start": 874285857,
            "stop": 874285965
        },
        {
            "start": 874285984,
            "stop": 874285994
        },
        {
            "start": 874286013,
            "stop": 874286015
        },
        {
            "start": 874286039,
            "stop": 874286046
        },
        {
            "start": 874286067,
            "stop": 874286080
        },
        {
            "start": 874286099,
            "stop": 874286107
        },
        {
            "start": 874286127,
            "stop": 874286142
        },
        {
            "start": 874286163,
            "stop": 874286182
        },
        {
            "start": 874286201,
            "stop": 874286248
        },
        {
            "start": 874286267,
            "stop": 874286303
        },
        {
            "start": 874286364,
            "stop": 874286379
        },
        {
            "start": 874286428,
            "stop": 874286436
        },
        {
            "start": 874286470,
            "stop": 874286484
        },
        {
            "start": 874286508,
            "stop": 874286532
        },
        {
            "start": 874286568,
            "stop": 874286571
        },
        {
            "start": 874286605,
            "stop": 874286638
        },
        {
            "start": 874286657,
            "stop": 874286683
        },
        {
            "start": 874286706,
            "stop": 874286721
        },
        {
            "start": 874286741,
            "stop": 874286761
        }
    ]
}