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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=271",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 272,
    "results": [
        {
            "start": 931682750,
            "stop": 931682758
        },
        {
            "start": 931682761,
            "stop": 931682763
        },
        {
            "start": 931682771,
            "stop": 931682774
        },
        {
            "start": 931682781,
            "stop": 931682784
        },
        {
            "start": 931682789,
            "stop": 931682790
        },
        {
            "start": 931682800,
            "stop": 931682801
        },
        {
            "start": 931682806,
            "stop": 931682812
        },
        {
            "start": 931682818,
            "stop": 931682825
        },
        {
            "start": 931682831,
            "stop": 931682836
        },
        {
            "start": 931682840,
            "stop": 931682843
        },
        {
            "start": 931682849,
            "stop": 931682850
        },
        {
            "start": 931682858,
            "stop": 931682859
        },
        {
            "start": 931682862,
            "stop": 931682865
        },
        {
            "start": 931682869,
            "stop": 931682870
        },
        {
            "start": 931682878,
            "stop": 931682879
        },
        {
            "start": 931682884,
            "stop": 931682885
        },
        {
            "start": 931682888,
            "stop": 931682890
        },
        {
            "start": 931682895,
            "stop": 931682896
        },
        {
            "start": 931682899,
            "stop": 931682904
        },
        {
            "start": 931682918,
            "stop": 931682922
        }
    ]
}