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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=68",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 69,
    "results": [
        {
            "start": 822320426,
            "stop": 822320545
        },
        {
            "start": 822321592,
            "stop": 822323870
        },
        {
            "start": 822323872,
            "stop": 822323952
        },
        {
            "start": 822324034,
            "stop": 822324448
        },
        {
            "start": 822324450,
            "stop": 822325706
        },
        {
            "start": 822325708,
            "stop": 822325827
        },
        {
            "start": 822325829,
            "stop": 822325840
        },
        {
            "start": 822325842,
            "stop": 822326040
        },
        {
            "start": 822326043,
            "stop": 822326315
        },
        {
            "start": 822329687,
            "stop": 822330920
        },
        {
            "start": 822330922,
            "stop": 822332353
        },
        {
            "start": 822332533,
            "stop": 822332879
        },
        {
            "start": 822332882,
            "stop": 822333199
        },
        {
            "start": 822334133,
            "stop": 822334613
        },
        {
            "start": 822334615,
            "stop": 822335880
        },
        {
            "start": 822335980,
            "stop": 822336003
        },
        {
            "start": 822346366,
            "stop": 822348184
        },
        {
            "start": 822349200,
            "stop": 822349271
        },
        {
            "start": 822349273,
            "stop": 822349624
        },
        {
            "start": 822350827,
            "stop": 822350850
        }
    ]
}