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=1651
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=1652",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1650",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1651,
    "results": [
        {
            "start": 956530930,
            "stop": 956542314
        },
        {
            "start": 956555168,
            "stop": 956562771
        },
        {
            "start": 956562773,
            "stop": 956567137
        },
        {
            "start": 956567139,
            "stop": 956567202
        },
        {
            "start": 956567204,
            "stop": 956574571
        },
        {
            "start": 956574574,
            "stop": 956574693
        },
        {
            "start": 956574695,
            "stop": 956575077
        },
        {
            "start": 956575079,
            "stop": 956575459
        },
        {
            "start": 956575461,
            "stop": 956575599
        },
        {
            "start": 956575602,
            "stop": 956575757
        },
        {
            "start": 956575759,
            "stop": 956576148
        },
        {
            "start": 956576150,
            "stop": 956576243
        },
        {
            "start": 956576829,
            "stop": 956576960
        },
        {
            "start": 956576963,
            "stop": 956576981
        },
        {
            "start": 956576984,
            "stop": 956577003
        },
        {
            "start": 956580207,
            "stop": 956580423
        },
        {
            "start": 956580425,
            "stop": 956582970
        },
        {
            "start": 956582971,
            "stop": 956585012
        },
        {
            "start": 956585015,
            "stop": 956586144
        },
        {
            "start": 956586146,
            "stop": 956591308
        }
    ]
}