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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=84",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 85,
    "results": [
        {
            "start": 931505722,
            "stop": 931505727
        },
        {
            "start": 931505730,
            "stop": 931505736
        },
        {
            "start": 931505739,
            "stop": 931505743
        },
        {
            "start": 931505746,
            "stop": 931505748
        },
        {
            "start": 931505751,
            "stop": 931505764
        },
        {
            "start": 931505767,
            "stop": 931505770
        },
        {
            "start": 931505773,
            "stop": 931505777
        },
        {
            "start": 931505780,
            "stop": 931505785
        },
        {
            "start": 931505791,
            "stop": 931505795
        },
        {
            "start": 931505801,
            "stop": 931505803
        },
        {
            "start": 931505809,
            "stop": 931505810
        },
        {
            "start": 931505816,
            "stop": 931505822
        },
        {
            "start": 931505827,
            "stop": 931505831
        },
        {
            "start": 931505834,
            "stop": 931505841
        },
        {
            "start": 931505852,
            "stop": 931505855
        },
        {
            "start": 931505860,
            "stop": 931505863
        },
        {
            "start": 931505866,
            "stop": 931505877
        },
        {
            "start": 931505880,
            "stop": 931505886
        },
        {
            "start": 931505889,
            "stop": 931505890
        },
        {
            "start": 931505894,
            "stop": 931505903
        }
    ]
}