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=786
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=787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=785",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 786,
    "results": [
        {
            "start": 857766320,
            "stop": 857766410
        },
        {
            "start": 857766838,
            "stop": 857766958
        },
        {
            "start": 857767977,
            "stop": 857769057
        },
        {
            "start": 857769910,
            "stop": 857770990
        },
        {
            "start": 857771203,
            "stop": 857772283
        },
        {
            "start": 857773507,
            "stop": 857775457
        },
        {
            "start": 857775607,
            "stop": 857776537
        },
        {
            "start": 857776687,
            "stop": 857777827
        },
        {
            "start": 857778009,
            "stop": 857781309
        },
        {
            "start": 857781459,
            "stop": 857787009
        },
        {
            "start": 857787159,
            "stop": 857789769
        },
        {
            "start": 857789990,
            "stop": 857790110
        },
        {
            "start": 857798351,
            "stop": 857800871
        },
        {
            "start": 857801075,
            "stop": 857802965
        },
        {
            "start": 857802995,
            "stop": 857803115
        },
        {
            "start": 857803145,
            "stop": 857803295
        },
        {
            "start": 857804315,
            "stop": 857808515
        },
        {
            "start": 857808725,
            "stop": 857814125
        },
        {
            "start": 857814324,
            "stop": 857824074
        },
        {
            "start": 857824224,
            "stop": 857828844
        }
    ]
}