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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=231",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 232,
    "results": [
        {
            "start": 818219559,
            "stop": 818219561
        },
        {
            "start": 818219564,
            "stop": 818219565
        },
        {
            "start": 818219569,
            "stop": 818219574
        },
        {
            "start": 818219608,
            "stop": 818219609
        },
        {
            "start": 818219616,
            "stop": 818219621
        },
        {
            "start": 818219624,
            "stop": 818219627
        },
        {
            "start": 818219631,
            "stop": 818219634
        },
        {
            "start": 818219645,
            "stop": 818219646
        },
        {
            "start": 818219651,
            "stop": 818219653
        },
        {
            "start": 818219656,
            "stop": 818219657
        },
        {
            "start": 818219670,
            "stop": 818219671
        },
        {
            "start": 818219682,
            "stop": 818219685
        },
        {
            "start": 818219688,
            "stop": 818219694
        },
        {
            "start": 818219709,
            "stop": 818219719
        },
        {
            "start": 818219730,
            "stop": 818219732
        },
        {
            "start": 818219735,
            "stop": 818219737
        },
        {
            "start": 818219742,
            "stop": 818219746
        },
        {
            "start": 818219759,
            "stop": 818219760
        },
        {
            "start": 818219767,
            "stop": 818219770
        },
        {
            "start": 818219780,
            "stop": 818219785
        }
    ]
}