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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=286",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 287,
    "results": [
        {
            "start": 857725590,
            "stop": 857725614
        },
        {
            "start": 857725632,
            "stop": 857732086
        },
        {
            "start": 857732104,
            "stop": 857732430
        },
        {
            "start": 857732493,
            "stop": 857732573
        },
        {
            "start": 857732591,
            "stop": 857732606
        },
        {
            "start": 857732624,
            "stop": 857732689
        },
        {
            "start": 857732730,
            "stop": 857732863
        },
        {
            "start": 857732894,
            "stop": 857732910
        },
        {
            "start": 857732987,
            "stop": 857733018
        },
        {
            "start": 857733729,
            "stop": 857733774
        },
        {
            "start": 857733871,
            "stop": 857733891
        },
        {
            "start": 857733909,
            "stop": 857733911
        },
        {
            "start": 857733990,
            "stop": 857734015
        },
        {
            "start": 857734043,
            "stop": 857734097
        },
        {
            "start": 857734122,
            "stop": 857734134
        },
        {
            "start": 857734320,
            "stop": 857734392
        },
        {
            "start": 857734412,
            "stop": 857734483
        },
        {
            "start": 857734551,
            "stop": 857734560
        },
        {
            "start": 857734578,
            "stop": 857734590
        },
        {
            "start": 857734773,
            "stop": 857734792
        }
    ]
}