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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=28",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 29,
    "results": [
        {
            "start": 819425472,
            "stop": 819437184
        },
        {
            "start": 819437216,
            "stop": 819458624
        },
        {
            "start": 819458656,
            "stop": 819464576
        },
        {
            "start": 819464608,
            "stop": 819466272
        },
        {
            "start": 819466304,
            "stop": 819470752
        },
        {
            "start": 819470784,
            "stop": 819480733
        },
        {
            "start": 819482620,
            "stop": 819492000
        },
        {
            "start": 819492032,
            "stop": 819493920
        },
        {
            "start": 819493952,
            "stop": 819505248
        },
        {
            "start": 819505280,
            "stop": 819527232
        },
        {
            "start": 819527264,
            "stop": 819538528
        },
        {
            "start": 819538560,
            "stop": 819550656
        },
        {
            "start": 819550688,
            "stop": 819554816
        },
        {
            "start": 819554848,
            "stop": 819561312
        },
        {
            "start": 819561344,
            "stop": 819604129
        },
        {
            "start": 819605547,
            "stop": 819616608
        },
        {
            "start": 819616640,
            "stop": 819625696
        },
        {
            "start": 819625728,
            "stop": 819656579
        },
        {
            "start": 819658602,
            "stop": 819659520
        },
        {
            "start": 819659552,
            "stop": 819660992
        }
    ]
}