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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9846",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9847,
    "results": [
        {
            "start": 874222469,
            "stop": 874222470
        },
        {
            "start": 874222473,
            "stop": 874222474
        },
        {
            "start": 874222484,
            "stop": 874222489
        },
        {
            "start": 874222494,
            "stop": 874222497
        },
        {
            "start": 874222504,
            "stop": 874222513
        },
        {
            "start": 874222516,
            "stop": 874222521
        },
        {
            "start": 874222524,
            "stop": 874222531
        },
        {
            "start": 874222534,
            "stop": 874222722
        },
        {
            "start": 874222727,
            "stop": 874222773
        },
        {
            "start": 874222776,
            "stop": 874222778
        },
        {
            "start": 874222789,
            "stop": 874222792
        },
        {
            "start": 874222795,
            "stop": 874222797
        },
        {
            "start": 874222802,
            "stop": 874222807
        },
        {
            "start": 874222810,
            "stop": 874222819
        },
        {
            "start": 874222825,
            "stop": 874222831
        },
        {
            "start": 874222834,
            "stop": 874222990
        },
        {
            "start": 874222993,
            "stop": 874223051
        },
        {
            "start": 874223054,
            "stop": 874223066
        },
        {
            "start": 874223069,
            "stop": 874223326
        },
        {
            "start": 874223330,
            "stop": 874223356
        }
    ]
}