Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8868
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8867",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8868,
    "results": [
        {
            "start": 874877950,
            "stop": 874878000
        },
        {
            "start": 874879899,
            "stop": 874880390
        },
        {
            "start": 874880470,
            "stop": 874881230
        },
        {
            "start": 874881310,
            "stop": 874881389
        },
        {
            "start": 874881406,
            "stop": 874882250
        },
        {
            "start": 874882390,
            "stop": 874883362
        },
        {
            "start": 874883482,
            "stop": 874885130
        },
        {
            "start": 874885363,
            "stop": 874886475
        },
        {
            "start": 874886492,
            "stop": 874886687
        },
        {
            "start": 874886807,
            "stop": 874886870
        },
        {
            "start": 874886950,
            "stop": 874887247
        },
        {
            "start": 874887367,
            "stop": 874887453
        },
        {
            "start": 874887573,
            "stop": 874887759
        },
        {
            "start": 874887949,
            "stop": 874888222
        },
        {
            "start": 874888342,
            "stop": 874888783
        },
        {
            "start": 874888800,
            "stop": 874889120
        },
        {
            "start": 874889137,
            "stop": 874889870
        },
        {
            "start": 874889950,
            "stop": 874890063
        },
        {
            "start": 874890080,
            "stop": 874890161
        },
        {
            "start": 874890178,
            "stop": 874890230
        }
    ]
}