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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=316",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 317,
    "results": [
        {
            "start": 931773558,
            "stop": 931773571
        },
        {
            "start": 931773575,
            "stop": 931773595
        },
        {
            "start": 931773598,
            "stop": 931773600
        },
        {
            "start": 931773603,
            "stop": 931773606
        },
        {
            "start": 931773611,
            "stop": 931773616
        },
        {
            "start": 931773622,
            "stop": 931773624
        },
        {
            "start": 931773627,
            "stop": 931773632
        },
        {
            "start": 931773637,
            "stop": 931773639
        },
        {
            "start": 931773642,
            "stop": 931773658
        },
        {
            "start": 931773661,
            "stop": 931773678
        },
        {
            "start": 931773690,
            "stop": 931773694
        },
        {
            "start": 931773698,
            "stop": 931773724
        },
        {
            "start": 931773730,
            "stop": 931773732
        },
        {
            "start": 931773735,
            "stop": 931773738
        },
        {
            "start": 931773741,
            "stop": 931773746
        },
        {
            "start": 931773749,
            "stop": 931773755
        },
        {
            "start": 931773759,
            "stop": 931773772
        },
        {
            "start": 931773778,
            "stop": 931773785
        },
        {
            "start": 931773789,
            "stop": 931773795
        },
        {
            "start": 931773802,
            "stop": 931773803
        }
    ]
}