Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=67
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=66",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 67,
    "results": [
        {
            "start": 931501550,
            "stop": 931501552
        },
        {
            "start": 931501557,
            "stop": 931501558
        },
        {
            "start": 931501561,
            "stop": 931501562
        },
        {
            "start": 931501565,
            "stop": 931501567
        },
        {
            "start": 931501570,
            "stop": 931501571
        },
        {
            "start": 931501574,
            "stop": 931501583
        },
        {
            "start": 931501589,
            "stop": 931501590
        },
        {
            "start": 931501603,
            "stop": 931501606
        },
        {
            "start": 931501612,
            "stop": 931501629
        },
        {
            "start": 931501632,
            "stop": 931501634
        },
        {
            "start": 931501643,
            "stop": 931501645
        },
        {
            "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
        }
    ]
}