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=5194
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=5195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5193",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5194,
    "results": [
        {
            "start": 874817425,
            "stop": 874817428
        },
        {
            "start": 874817435,
            "stop": 874817469
        },
        {
            "start": 874817476,
            "stop": 874817479
        },
        {
            "start": 874817486,
            "stop": 874817499
        },
        {
            "start": 874819487,
            "stop": 874822348
        },
        {
            "start": 874822355,
            "stop": 874822568
        },
        {
            "start": 874822575,
            "stop": 874823285
        },
        {
            "start": 874823292,
            "stop": 874823976
        },
        {
            "start": 874823983,
            "stop": 874825602
        },
        {
            "start": 874825609,
            "stop": 874825672
        },
        {
            "start": 874825689,
            "stop": 874826369
        },
        {
            "start": 874826382,
            "stop": 874826625
        },
        {
            "start": 874826632,
            "stop": 874827082
        },
        {
            "start": 874827089,
            "stop": 874827121
        },
        {
            "start": 874827128,
            "stop": 874827346
        },
        {
            "start": 874827353,
            "stop": 874827860
        },
        {
            "start": 874827872,
            "stop": 874828553
        },
        {
            "start": 874828560,
            "stop": 874829069
        },
        {
            "start": 874829076,
            "stop": 874831374
        },
        {
            "start": 874831381,
            "stop": 874831539
        }
    ]
}