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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=677",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 678,
    "results": [
        {
            "start": 854521818,
            "stop": 854523348
        },
        {
            "start": 854524922,
            "stop": 854526362
        },
        {
            "start": 854526523,
            "stop": 854526763
        },
        {
            "start": 854526927,
            "stop": 854527257
        },
        {
            "start": 854527407,
            "stop": 854527977
        },
        {
            "start": 854528157,
            "stop": 854528307
        },
        {
            "start": 854528468,
            "stop": 854529788
        },
        {
            "start": 854529878,
            "stop": 854529938
        },
        {
            "start": 854529968,
            "stop": 854531498
        },
        {
            "start": 854531721,
            "stop": 854533281
        },
        {
            "start": 854533580,
            "stop": 854534690
        },
        {
            "start": 854534840,
            "stop": 854538530
        },
        {
            "start": 854538710,
            "stop": 854545640
        },
        {
            "start": 854545790,
            "stop": 854546780
        },
        {
            "start": 854547129,
            "stop": 854547369
        },
        {
            "start": 854547519,
            "stop": 854548449
        },
        {
            "start": 854548592,
            "stop": 854548652
        },
        {
            "start": 854552170,
            "stop": 854552710
        },
        {
            "start": 854552740,
            "stop": 854552800
        },
        {
            "start": 854552890,
            "stop": 854554060
        }
    ]
}