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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=192",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 193,
    "results": [
        {
            "start": 820187714,
            "stop": 820187779
        },
        {
            "start": 820187782,
            "stop": 820187891
        },
        {
            "start": 820187894,
            "stop": 820187970
        },
        {
            "start": 820187973,
            "stop": 820187989
        },
        {
            "start": 820187992,
            "stop": 820187994
        },
        {
            "start": 820187997,
            "stop": 820188178
        },
        {
            "start": 820188181,
            "stop": 820188331
        },
        {
            "start": 820188334,
            "stop": 820188349
        },
        {
            "start": 820188353,
            "stop": 820188386
        },
        {
            "start": 820188389,
            "stop": 820188415
        },
        {
            "start": 820188419,
            "stop": 820188475
        },
        {
            "start": 820188478,
            "stop": 820188487
        },
        {
            "start": 820188491,
            "stop": 820188522
        },
        {
            "start": 820188525,
            "stop": 820188535
        },
        {
            "start": 820188538,
            "stop": 820188652
        },
        {
            "start": 820188655,
            "stop": 820188671
        },
        {
            "start": 820188675,
            "stop": 820188750
        },
        {
            "start": 820188754,
            "stop": 820188756
        },
        {
            "start": 820188759,
            "stop": 820188904
        },
        {
            "start": 820188907,
            "stop": 820188976
        }
    ]
}