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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=65",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 66,
    "results": [
        {
            "start": 931501648,
            "stop": 931501650
        },
        {
            "start": 931501653,
            "stop": 931501660
        },
        {
            "start": 931501662,
            "stop": 931501670
        },
        {
            "start": 931501673,
            "stop": 931501677
        },
        {
            "start": 931501681,
            "stop": 931501686
        },
        {
            "start": 931501689,
            "stop": 931501690
        },
        {
            "start": 931501693,
            "stop": 931501699
        },
        {
            "start": 931501702,
            "stop": 931501706
        },
        {
            "start": 931501713,
            "stop": 931501720
        },
        {
            "start": 931501723,
            "stop": 931501724
        },
        {
            "start": 931501727,
            "stop": 931501728
        },
        {
            "start": 931501731,
            "stop": 931501751
        },
        {
            "start": 931501756,
            "stop": 931501760
        },
        {
            "start": 931501763,
            "stop": 931501777
        },
        {
            "start": 931501780,
            "stop": 931501782
        },
        {
            "start": 931501785,
            "stop": 931501803
        },
        {
            "start": 931501812,
            "stop": 931501820
        },
        {
            "start": 931501823,
            "stop": 931501887
        },
        {
            "start": 931501890,
            "stop": 931501894
        },
        {
            "start": 931501897,
            "stop": 931501900
        }
    ]
}