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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=256",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 257,
    "results": [
        {
            "start": 829345459,
            "stop": 829345519
        },
        {
            "start": 829345772,
            "stop": 829345832
        },
        {
            "start": 829352550,
            "stop": 829352790
        },
        {
            "start": 829353039,
            "stop": 829353399
        },
        {
            "start": 829353599,
            "stop": 829354079
        },
        {
            "start": 829360703,
            "stop": 829360763
        },
        {
            "start": 829360977,
            "stop": 829361037
        },
        {
            "start": 829363049,
            "stop": 829363229
        },
        {
            "start": 829364522,
            "stop": 829366622
        },
        {
            "start": 829367707,
            "stop": 829370707
        },
        {
            "start": 829370990,
            "stop": 829371590
        },
        {
            "start": 829372370,
            "stop": 829373150
        },
        {
            "start": 829375978,
            "stop": 829377478
        },
        {
            "start": 829378089,
            "stop": 829380129
        },
        {
            "start": 829380968,
            "stop": 829381238
        },
        {
            "start": 829381388,
            "stop": 829381448
        },
        {
            "start": 829381478,
            "stop": 829382738
        },
        {
            "start": 829382888,
            "stop": 829389008
        },
        {
            "start": 829389149,
            "stop": 829391189
        },
        {
            "start": 829391392,
            "stop": 829391752
        }
    ]
}