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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5040",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5038",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5039,
    "results": [
        {
            "start": 874587550,
            "stop": 874587633
        },
        {
            "start": 874587640,
            "stop": 874587763
        },
        {
            "start": 874587770,
            "stop": 874587881
        },
        {
            "start": 874587888,
            "stop": 874587895
        },
        {
            "start": 874587902,
            "stop": 874587910
        },
        {
            "start": 874587918,
            "stop": 874587933
        },
        {
            "start": 874587943,
            "stop": 874587963
        },
        {
            "start": 874587970,
            "stop": 874587990
        },
        {
            "start": 874587997,
            "stop": 874588020
        },
        {
            "start": 874588027,
            "stop": 874588159
        },
        {
            "start": 874588166,
            "stop": 874588203
        },
        {
            "start": 874588210,
            "stop": 874588255
        },
        {
            "start": 874588263,
            "stop": 874588325
        },
        {
            "start": 874588332,
            "stop": 874588337
        },
        {
            "start": 874588345,
            "stop": 874588550
        },
        {
            "start": 874588557,
            "stop": 874588562
        },
        {
            "start": 874588570,
            "stop": 874588682
        },
        {
            "start": 874588689,
            "stop": 874588739
        },
        {
            "start": 874588746,
            "stop": 874588785
        },
        {
            "start": 874588793,
            "stop": 874588801
        }
    ]
}