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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=173",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 174,
    "results": [
        {
            "start": 818068593,
            "stop": 818068598
        },
        {
            "start": 818068601,
            "stop": 818068604
        },
        {
            "start": 818068607,
            "stop": 818068612
        },
        {
            "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": 818068740,
            "stop": 818068744
        },
        {
            "start": 818068760,
            "stop": 818068770
        },
        {
            "start": 818068775,
            "stop": 818068778
        },
        {
            "start": 818068781,
            "stop": 818068790
        },
        {
            "start": 818068793,
            "stop": 818068797
        },
        {
            "start": 818068860,
            "stop": 818068869
        },
        {
            "start": 818068872,
            "stop": 818068885
        },
        {
            "start": 818068888,
            "stop": 818068892
        },
        {
            "start": 818068895,
            "stop": 818068896
        }
    ]
}