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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=195",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 196,
    "results": [
        {
            "start": 841968546,
            "stop": 841990745
        },
        {
            "start": 841990746,
            "stop": 841992310
        },
        {
            "start": 841994886,
            "stop": 842013050
        },
        {
            "start": 842014070,
            "stop": 842030353
        },
        {
            "start": 842030363,
            "stop": 842030364
        },
        {
            "start": 842031158,
            "stop": 842038633
        },
        {
            "start": 842038682,
            "stop": 842038683
        },
        {
            "start": 842039145,
            "stop": 842048738
        },
        {
            "start": 842048854,
            "stop": 842050033
        },
        {
            "start": 842050037,
            "stop": 842050038
        },
        {
            "start": 842050745,
            "stop": 842053577
        },
        {
            "start": 842053579,
            "stop": 842053582
        },
        {
            "start": 842053583,
            "stop": 842053942
        },
        {
            "start": 842053943,
            "stop": 842054624
        },
        {
            "start": 842054625,
            "stop": 842054634
        },
        {
            "start": 842054635,
            "stop": 842054637
        },
        {
            "start": 842054638,
            "stop": 842054649
        },
        {
            "start": 842054651,
            "stop": 842054652
        },
        {
            "start": 842056246,
            "stop": 842074633
        },
        {
            "start": 842074648,
            "stop": 842074650
        }
    ]
}