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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=759",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 760,
    "results": [
        {
            "start": 856393453,
            "stop": 856395913
        },
        {
            "start": 856396103,
            "stop": 856396163
        },
        {
            "start": 856397716,
            "stop": 856397776
        },
        {
            "start": 856397947,
            "stop": 856398127
        },
        {
            "start": 856398280,
            "stop": 856398550
        },
        {
            "start": 856398610,
            "stop": 856398730
        },
        {
            "start": 856398760,
            "stop": 856398820
        },
        {
            "start": 856399049,
            "stop": 856399229
        },
        {
            "start": 856399434,
            "stop": 856399794
        },
        {
            "start": 856400178,
            "stop": 856400478
        },
        {
            "start": 856400791,
            "stop": 856402111
        },
        {
            "start": 856402141,
            "stop": 856402231
        },
        {
            "start": 856402686,
            "stop": 856403886
        },
        {
            "start": 856404054,
            "stop": 856404654
        },
        {
            "start": 856404879,
            "stop": 856406499
        },
        {
            "start": 856406701,
            "stop": 856406791
        },
        {
            "start": 856407077,
            "stop": 856407377
        },
        {
            "start": 856407526,
            "stop": 856407826
        },
        {
            "start": 856407978,
            "stop": 856408698
        },
        {
            "start": 856408861,
            "stop": 856408921
        }
    ]
}