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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=282",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 283,
    "results": [
        {
            "start": 831441852,
            "stop": 831442752
        },
        {
            "start": 831442902,
            "stop": 831450732
        },
        {
            "start": 831450912,
            "stop": 831451152
        },
        {
            "start": 831452454,
            "stop": 831454614
        },
        {
            "start": 831455682,
            "stop": 831462102
        },
        {
            "start": 831463390,
            "stop": 831463450
        },
        {
            "start": 831463595,
            "stop": 831465515
        },
        {
            "start": 831468403,
            "stop": 831469603
        },
        {
            "start": 831469963,
            "stop": 831473923
        },
        {
            "start": 831474089,
            "stop": 831474359
        },
        {
            "start": 831474544,
            "stop": 831474904
        },
        {
            "start": 831475055,
            "stop": 831475415
        },
        {
            "start": 831476285,
            "stop": 831477365
        },
        {
            "start": 831477955,
            "stop": 831478315
        },
        {
            "start": 831478470,
            "stop": 831478530
        },
        {
            "start": 831478687,
            "stop": 831479167
        },
        {
            "start": 831479316,
            "stop": 831479376
        },
        {
            "start": 831479663,
            "stop": 831479843
        },
        {
            "start": 831479999,
            "stop": 831480419
        },
        {
            "start": 831480700,
            "stop": 831481000
        }
    ]
}