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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=34",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 35,
    "results": [
        {
            "start": 1415262684,
            "stop": 1415264933
        },
        {
            "start": 1415268578,
            "stop": 1415269104
        },
        {
            "start": 1415272203,
            "stop": 1415290145
        },
        {
            "start": 1415313324,
            "stop": 1415327809
        },
        {
            "start": 1415327886,
            "stop": 1415331772
        },
        {
            "start": 1415342255,
            "stop": 1415347175
        },
        {
            "start": 1415358394,
            "stop": 1415362567
        },
        {
            "start": 1415370380,
            "stop": 1415370853
        },
        {
            "start": 1415374832,
            "stop": 1415378618
        },
        {
            "start": 1415378825,
            "stop": 1415378840
        },
        {
            "start": 1415420275,
            "stop": 1415421901
        },
        {
            "start": 1415504462,
            "stop": 1415508168
        },
        {
            "start": 1415527935,
            "stop": 1415537269
        },
        {
            "start": 1415552310,
            "stop": 1415553501
        },
        {
            "start": 1415577752,
            "stop": 1415582355
        },
        {
            "start": 1415582451,
            "stop": 1415583792
        },
        {
            "start": 1415583869,
            "stop": 1415595553
        },
        {
            "start": 1415676767,
            "stop": 1415684830
        },
        {
            "start": 1415701620,
            "stop": 1415703734
        },
        {
            "start": 1415708567,
            "stop": 1415716988
        }
    ]
}