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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=26",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 27,
    "results": [
        {
            "start": 824935898,
            "stop": 824937560
        },
        {
            "start": 824986270,
            "stop": 824991125
        },
        {
            "start": 824993038,
            "stop": 824996780
        },
        {
            "start": 825008377,
            "stop": 825011300
        },
        {
            "start": 825011605,
            "stop": 825014708
        },
        {
            "start": 825018374,
            "stop": 825019062
        },
        {
            "start": 825052227,
            "stop": 825052549
        },
        {
            "start": 825052699,
            "stop": 825058128
        },
        {
            "start": 825058205,
            "stop": 825061206
        },
        {
            "start": 825061267,
            "stop": 825061809
        },
        {
            "start": 825062031,
            "stop": 825066446
        },
        {
            "start": 825066591,
            "stop": 825072000
        },
        {
            "start": 825072119,
            "stop": 825085681
        },
        {
            "start": 825085958,
            "stop": 825089301
        },
        {
            "start": 825091703,
            "stop": 825093214
        },
        {
            "start": 825095827,
            "stop": 825097931
        },
        {
            "start": 825098625,
            "stop": 825105168
        },
        {
            "start": 825108374,
            "stop": 825109987
        },
        {
            "start": 825112403,
            "stop": 825114634
        },
        {
            "start": 825117050,
            "stop": 825119851
        }
    ]
}