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=356
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=357",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=355",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 356,
    "results": [
        {
            "start": 931895177,
            "stop": 931895205
        },
        {
            "start": 931895206,
            "stop": 931895207
        },
        {
            "start": 931895209,
            "stop": 931895436
        },
        {
            "start": 931895437,
            "stop": 931895653
        },
        {
            "start": 931895655,
            "stop": 931895703
        },
        {
            "start": 931895704,
            "stop": 931895733
        },
        {
            "start": 931895734,
            "stop": 931895735
        },
        {
            "start": 931895736,
            "stop": 931895747
        },
        {
            "start": 931895749,
            "stop": 931895750
        },
        {
            "start": 931895751,
            "stop": 931895765
        },
        {
            "start": 931895767,
            "stop": 931895800
        },
        {
            "start": 931895802,
            "stop": 931895839
        },
        {
            "start": 931895840,
            "stop": 931895955
        },
        {
            "start": 931895956,
            "stop": 931896016
        },
        {
            "start": 931896018,
            "stop": 931896100
        },
        {
            "start": 931896101,
            "stop": 931896142
        },
        {
            "start": 931896143,
            "stop": 931896159
        },
        {
            "start": 931896161,
            "stop": 931896276
        },
        {
            "start": 931896278,
            "stop": 931896307
        },
        {
            "start": 931896308,
            "stop": 931896317
        }
    ]
}