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=329
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=330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=328",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 329,
    "results": [
        {
            "start": 931776389,
            "stop": 931776391
        },
        {
            "start": 931776394,
            "stop": 931776395
        },
        {
            "start": 931776398,
            "stop": 931776407
        },
        {
            "start": 931776410,
            "stop": 931776418
        },
        {
            "start": 931776430,
            "stop": 931776437
        },
        {
            "start": 931776444,
            "stop": 931776446
        },
        {
            "start": 931776449,
            "stop": 931776456
        },
        {
            "start": 931776459,
            "stop": 931776461
        },
        {
            "start": 931776468,
            "stop": 931776485
        },
        {
            "start": 931776489,
            "stop": 931776492
        },
        {
            "start": 931776503,
            "stop": 931776513
        },
        {
            "start": 931776516,
            "stop": 931776518
        },
        {
            "start": 931776537,
            "stop": 931776541
        },
        {
            "start": 931776545,
            "stop": 931776546
        },
        {
            "start": 931776552,
            "stop": 931776553
        },
        {
            "start": 931776556,
            "stop": 931776558
        },
        {
            "start": 931776585,
            "stop": 931776586
        },
        {
            "start": 931776592,
            "stop": 931776598
        },
        {
            "start": 931776607,
            "stop": 931776609
        },
        {
            "start": 931776619,
            "stop": 931776624
        }
    ]
}