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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=3",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4,
    "results": [
        {
            "start": 815206092,
            "stop": 815206102
        },
        {
            "start": 815206119,
            "stop": 815206178
        },
        {
            "start": 815206182,
            "stop": 815206258
        },
        {
            "start": 815206261,
            "stop": 815206345
        },
        {
            "start": 815206349,
            "stop": 815206441
        },
        {
            "start": 815206444,
            "stop": 815206533
        },
        {
            "start": 815206536,
            "stop": 815206543
        },
        {
            "start": 815206546,
            "stop": 815206618
        },
        {
            "start": 815206621,
            "stop": 815206761
        },
        {
            "start": 815206765,
            "stop": 815206866
        },
        {
            "start": 815206869,
            "stop": 815206887
        },
        {
            "start": 815206904,
            "stop": 815207011
        },
        {
            "start": 815207015,
            "stop": 815207028
        },
        {
            "start": 815207031,
            "stop": 815207132
        },
        {
            "start": 815207136,
            "stop": 815207223
        },
        {
            "start": 815207226,
            "stop": 815207240
        },
        {
            "start": 815207243,
            "stop": 815207311
        },
        {
            "start": 815207328,
            "stop": 815207416
        },
        {
            "start": 815207419,
            "stop": 815207533
        },
        {
            "start": 815207537,
            "stop": 815207595
        }
    ]
}