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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=329",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 330,
    "results": [
        {
            "start": 931776627,
            "stop": 931776628
        },
        {
            "start": 931776634,
            "stop": 931776641
        },
        {
            "start": 931776644,
            "stop": 931776652
        },
        {
            "start": 931776658,
            "stop": 931776670
        },
        {
            "start": 931776675,
            "stop": 931776676
        },
        {
            "start": 931776688,
            "stop": 931776689
        },
        {
            "start": 931776695,
            "stop": 931776696
        },
        {
            "start": 931776713,
            "stop": 931776715
        },
        {
            "start": 931776720,
            "stop": 931776722
        },
        {
            "start": 931776727,
            "stop": 931776729
        },
        {
            "start": 931776731,
            "stop": 931776733
        },
        {
            "start": 931776736,
            "stop": 931776737
        },
        {
            "start": 931776739,
            "stop": 931776740
        },
        {
            "start": 931776744,
            "stop": 931776750
        },
        {
            "start": 931776753,
            "stop": 931776754
        },
        {
            "start": 931776762,
            "stop": 931776770
        },
        {
            "start": 931776773,
            "stop": 931776774
        },
        {
            "start": 931776784,
            "stop": 931776795
        },
        {
            "start": 931776798,
            "stop": 931776805
        },
        {
            "start": 931776808,
            "stop": 931776815
        }
    ]
}