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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=469",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=467",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 468,
    "results": [
        {
            "start": 861611769,
            "stop": 861619372
        },
        {
            "start": 861619885,
            "stop": 861628820
        },
        {
            "start": 861628956,
            "stop": 861631819
        },
        {
            "start": 861631821,
            "stop": 861632745
        },
        {
            "start": 861633623,
            "stop": 861633728
        },
        {
            "start": 861633810,
            "stop": 861633835
        },
        {
            "start": 861634924,
            "stop": 861634932
        },
        {
            "start": 861634933,
            "stop": 861635971
        },
        {
            "start": 861638327,
            "stop": 861646831
        },
        {
            "start": 861646880,
            "stop": 861653649
        },
        {
            "start": 861654850,
            "stop": 861655858
        },
        {
            "start": 861656068,
            "stop": 861669772
        },
        {
            "start": 861670167,
            "stop": 861679389
        },
        {
            "start": 861679391,
            "stop": 861683073
        },
        {
            "start": 861683075,
            "stop": 861691339
        },
        {
            "start": 861694140,
            "stop": 861702605
        },
        {
            "start": 861702607,
            "stop": 861713290
        },
        {
            "start": 861714564,
            "stop": 861717713
        },
        {
            "start": 861719705,
            "stop": 861720091
        },
        {
            "start": 861720347,
            "stop": 861720585
        }
    ]
}