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=4234
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=4235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4233",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4234,
    "results": [
        {
            "start": 874542660,
            "stop": 874542695
        },
        {
            "start": 874542715,
            "stop": 874542720
        },
        {
            "start": 874542780,
            "stop": 874542816
        },
        {
            "start": 874542835,
            "stop": 874542840
        },
        {
            "start": 874543020,
            "stop": 874543080
        },
        {
            "start": 874543320,
            "stop": 874543335
        },
        {
            "start": 874543354,
            "stop": 874543367
        },
        {
            "start": 874543414,
            "stop": 874543417
        },
        {
            "start": 874543448,
            "stop": 874543500
        },
        {
            "start": 874543577,
            "stop": 874543585
        },
        {
            "start": 874543604,
            "stop": 874543620
        },
        {
            "start": 874543862,
            "stop": 874543887
        },
        {
            "start": 874543912,
            "stop": 874543922
        },
        {
            "start": 874543942,
            "stop": 874543943
        },
        {
            "start": 874543979,
            "stop": 874543980
        },
        {
            "start": 874544139,
            "stop": 874544166
        },
        {
            "start": 874544186,
            "stop": 874544280
        },
        {
            "start": 874544400,
            "stop": 874544414
        },
        {
            "start": 874544459,
            "stop": 874544460
        },
        {
            "start": 874544520,
            "stop": 874544560
        }
    ]
}