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_CAT3/segments?format=api&page=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=356",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 357,
    "results": [
        {
            "start": 931896319,
            "stop": 931896417
        },
        {
            "start": 931896418,
            "stop": 931896476
        },
        {
            "start": 931896478,
            "stop": 931896504
        },
        {
            "start": 931896505,
            "stop": 931896610
        },
        {
            "start": 931896611,
            "stop": 931896711
        },
        {
            "start": 931896712,
            "stop": 931896720
        },
        {
            "start": 931896721,
            "stop": 931896723
        },
        {
            "start": 931896724,
            "stop": 931896954
        },
        {
            "start": 931896958,
            "stop": 931897127
        },
        {
            "start": 931897128,
            "stop": 931897308
        },
        {
            "start": 931897311,
            "stop": 931897312
        },
        {
            "start": 931897313,
            "stop": 931897460
        },
        {
            "start": 931897461,
            "stop": 931897779
        },
        {
            "start": 931897780,
            "stop": 931898049
        },
        {
            "start": 931898051,
            "stop": 931898058
        },
        {
            "start": 931898059,
            "stop": 931898555
        },
        {
            "start": 931898557,
            "stop": 931898571
        },
        {
            "start": 931898572,
            "stop": 931898885
        },
        {
            "start": 931898886,
            "stop": 931898893
        },
        {
            "start": 931898894,
            "stop": 931898896
        }
    ]
}