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=1692
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=1693",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1691",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1692,
    "results": [
        {
            "start": 957521366,
            "stop": 957521496
        },
        {
            "start": 957521498,
            "stop": 957521531
        },
        {
            "start": 957522548,
            "stop": 957522551
        },
        {
            "start": 957522584,
            "stop": 957522644
        },
        {
            "start": 957522646,
            "stop": 957522818
        },
        {
            "start": 957522820,
            "stop": 957522865
        },
        {
            "start": 957524970,
            "stop": 957525213
        },
        {
            "start": 957525215,
            "stop": 957525253
        },
        {
            "start": 957525255,
            "stop": 957525374
        },
        {
            "start": 957530142,
            "stop": 957530469
        },
        {
            "start": 957530471,
            "stop": 957532316
        },
        {
            "start": 957532318,
            "stop": 957532775
        },
        {
            "start": 957532777,
            "stop": 957533020
        },
        {
            "start": 957533023,
            "stop": 957533640
        },
        {
            "start": 957533642,
            "stop": 957533764
        },
        {
            "start": 957533766,
            "stop": 957533772
        },
        {
            "start": 957533774,
            "stop": 957533778
        },
        {
            "start": 957533783,
            "stop": 957533812
        },
        {
            "start": 957533814,
            "stop": 957533841
        },
        {
            "start": 957533844,
            "stop": 957535268
        }
    ]
}