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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=128",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 129,
    "results": [
        {
            "start": 818068616,
            "stop": 818068618
        },
        {
            "start": 818068623,
            "stop": 818068628
        },
        {
            "start": 818068631,
            "stop": 818068640
        },
        {
            "start": 818068643,
            "stop": 818068647
        },
        {
            "start": 818068650,
            "stop": 818068658
        },
        {
            "start": 818068662,
            "stop": 818068663
        },
        {
            "start": 818068666,
            "stop": 818068673
        },
        {
            "start": 818068676,
            "stop": 818068678
        },
        {
            "start": 818068685,
            "stop": 818068689
        },
        {
            "start": 818068692,
            "stop": 818068693
        },
        {
            "start": 818068699,
            "stop": 818068701
        },
        {
            "start": 818068705,
            "stop": 818068709
        },
        {
            "start": 818068720,
            "stop": 818068722
        },
        {
            "start": 818068726,
            "stop": 818068729
        },
        {
            "start": 818068734,
            "stop": 818068735
        },
        {
            "start": 818068738,
            "stop": 818068744
        },
        {
            "start": 818068760,
            "stop": 818068770
        },
        {
            "start": 818068775,
            "stop": 818068778
        },
        {
            "start": 818068781,
            "stop": 818068790
        },
        {
            "start": 818068793,
            "stop": 818068797
        }
    ]
}