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/S6/timelines/L1_BURST_CAT3H/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/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=192",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 193,
    "results": [
        {
            "start": 931482659,
            "stop": 931482662
        },
        {
            "start": 931482666,
            "stop": 931482670
        },
        {
            "start": 931482678,
            "stop": 931482682
        },
        {
            "start": 931482685,
            "stop": 931482687
        },
        {
            "start": 931482690,
            "stop": 931482693
        },
        {
            "start": 931482697,
            "stop": 931482712
        },
        {
            "start": 931482716,
            "stop": 931482718
        },
        {
            "start": 931482726,
            "stop": 931482728
        },
        {
            "start": 931482732,
            "stop": 931482740
        },
        {
            "start": 931482744,
            "stop": 931482748
        },
        {
            "start": 931482750,
            "stop": 931482754
        },
        {
            "start": 931482762,
            "stop": 931482763
        },
        {
            "start": 931482765,
            "stop": 931482770
        },
        {
            "start": 931482773,
            "stop": 931482776
        },
        {
            "start": 931482779,
            "stop": 931482782
        },
        {
            "start": 931482788,
            "stop": 931482792
        },
        {
            "start": 931482795,
            "stop": 931482800
        },
        {
            "start": 931482803,
            "stop": 931482805
        },
        {
            "start": 931482808,
            "stop": 931482812
        },
        {
            "start": 931482818,
            "stop": 931482828
        }
    ]
}