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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16673",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16671",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16672,
    "results": [
        {
            "start": 874892393,
            "stop": 874892418
        },
        {
            "start": 874892419,
            "stop": 874892472
        },
        {
            "start": 874892473,
            "stop": 874892579
        },
        {
            "start": 874892580,
            "stop": 874892863
        },
        {
            "start": 874892864,
            "stop": 874893002
        },
        {
            "start": 874893004,
            "stop": 874893375
        },
        {
            "start": 874893377,
            "stop": 874893390
        },
        {
            "start": 874893391,
            "stop": 874893499
        },
        {
            "start": 874893500,
            "stop": 874893544
        },
        {
            "start": 874893545,
            "stop": 874893596
        },
        {
            "start": 874893597,
            "stop": 874893903
        },
        {
            "start": 874893904,
            "stop": 874894004
        },
        {
            "start": 874894005,
            "stop": 874894154
        },
        {
            "start": 874894155,
            "stop": 874894156
        },
        {
            "start": 874894157,
            "stop": 874894173
        },
        {
            "start": 874894174,
            "stop": 874894175
        },
        {
            "start": 874894176,
            "stop": 874894305
        },
        {
            "start": 874894306,
            "stop": 874894338
        },
        {
            "start": 874894340,
            "stop": 874894531
        },
        {
            "start": 874894532,
            "stop": 874894663
        }
    ]
}