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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=329",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 330,
    "results": [
        {
            "start": 821533047,
            "stop": 821533238
        },
        {
            "start": 821533242,
            "stop": 821533325
        },
        {
            "start": 821533328,
            "stop": 821533331
        },
        {
            "start": 821533334,
            "stop": 821533634
        },
        {
            "start": 821533637,
            "stop": 821534469
        },
        {
            "start": 821534472,
            "stop": 821534658
        },
        {
            "start": 821534661,
            "stop": 821534720
        },
        {
            "start": 821534723,
            "stop": 821535552
        },
        {
            "start": 821535555,
            "stop": 821535771
        },
        {
            "start": 821535774,
            "stop": 821535942
        },
        {
            "start": 821538177,
            "stop": 821538401
        },
        {
            "start": 821538404,
            "stop": 821538540
        },
        {
            "start": 821538600,
            "stop": 821538613
        },
        {
            "start": 821539236,
            "stop": 821539432
        },
        {
            "start": 821539436,
            "stop": 821539491
        },
        {
            "start": 821539494,
            "stop": 821539695
        },
        {
            "start": 821539699,
            "stop": 821540004
        },
        {
            "start": 821540007,
            "stop": 821540416
        },
        {
            "start": 821540419,
            "stop": 821540454
        },
        {
            "start": 821540457,
            "stop": 821540535
        }
    ]
}