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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=246",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 247,
    "results": [
        {
            "start": 844818779,
            "stop": 844818973
        },
        {
            "start": 844823295,
            "stop": 844835160
        },
        {
            "start": 844835460,
            "stop": 844835514
        },
        {
            "start": 844835624,
            "stop": 844849267
        },
        {
            "start": 844849567,
            "stop": 844850756
        },
        {
            "start": 844850866,
            "stop": 844851082
        },
        {
            "start": 844859597,
            "stop": 844864246
        },
        {
            "start": 844864356,
            "stop": 844864515
        },
        {
            "start": 844864815,
            "stop": 844865245
        },
        {
            "start": 844865355,
            "stop": 844865455
        },
        {
            "start": 844865755,
            "stop": 844869970
        },
        {
            "start": 844876949,
            "stop": 844877821
        },
        {
            "start": 844878121,
            "stop": 844878836
        },
        {
            "start": 844878839,
            "stop": 844880689
        },
        {
            "start": 844880692,
            "stop": 844883408
        },
        {
            "start": 844883411,
            "stop": 844884759
        },
        {
            "start": 844884869,
            "stop": 844884951
        },
        {
            "start": 844885251,
            "stop": 844885577
        },
        {
            "start": 844885580,
            "stop": 844889574
        },
        {
            "start": 844889684,
            "stop": 844893946
        }
    ]
}