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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=105",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 106,
    "results": [
        {
            "start": 820717457,
            "stop": 820717877
        },
        {
            "start": 820718034,
            "stop": 820718454
        },
        {
            "start": 820720947,
            "stop": 820721487
        },
        {
            "start": 820721632,
            "stop": 820722832
        },
        {
            "start": 820722976,
            "stop": 820723816
        },
        {
            "start": 820723984,
            "stop": 820732144
        },
        {
            "start": 820732348,
            "stop": 820732468
        },
        {
            "start": 820732648,
            "stop": 820733128
        },
        {
            "start": 820733300,
            "stop": 820738280
        },
        {
            "start": 820738442,
            "stop": 820738742
        },
        {
            "start": 820738891,
            "stop": 820741951
        },
        {
            "start": 820742122,
            "stop": 820742902
        },
        {
            "start": 820743093,
            "stop": 820743813
        },
        {
            "start": 820743987,
            "stop": 820744587
        },
        {
            "start": 820745820,
            "stop": 820745940
        },
        {
            "start": 820746090,
            "stop": 820746420
        },
        {
            "start": 820746570,
            "stop": 820752360
        },
        {
            "start": 820753291,
            "stop": 820755631
        },
        {
            "start": 820755793,
            "stop": 820755973
        },
        {
            "start": 820798491,
            "stop": 820798551
        }
    ]
}