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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=124",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 125,
    "results": [
        {
            "start": 931566246,
            "stop": 931566248
        },
        {
            "start": 931566253,
            "stop": 931566275
        },
        {
            "start": 931566278,
            "stop": 931566289
        },
        {
            "start": 931566294,
            "stop": 931566314
        },
        {
            "start": 931566316,
            "stop": 931566321
        },
        {
            "start": 931566324,
            "stop": 931566331
        },
        {
            "start": 931589668,
            "stop": 931589669
        },
        {
            "start": 931589672,
            "stop": 931589676
        },
        {
            "start": 931589682,
            "stop": 931589684
        },
        {
            "start": 931589688,
            "stop": 931589690
        },
        {
            "start": 931589696,
            "stop": 931589699
        },
        {
            "start": 931589702,
            "stop": 931589706
        },
        {
            "start": 931589724,
            "stop": 931589726
        },
        {
            "start": 931589729,
            "stop": 931589737
        },
        {
            "start": 931589740,
            "stop": 931589741
        },
        {
            "start": 931589744,
            "stop": 931589751
        },
        {
            "start": 931589754,
            "stop": 931589756
        },
        {
            "start": 931589764,
            "stop": 931589767
        },
        {
            "start": 931589769,
            "stop": 931589772
        },
        {
            "start": 931589775,
            "stop": 931589779
        }
    ]
}