Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=122
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=121",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 122,
    "results": [
        {
            "start": 931126026,
            "stop": 931126039
        },
        {
            "start": 931126040,
            "stop": 931126041
        },
        {
            "start": 931126042,
            "stop": 931126044
        },
        {
            "start": 931126045,
            "stop": 931126046
        },
        {
            "start": 931126048,
            "stop": 931126058
        },
        {
            "start": 931126059,
            "stop": 931126061
        },
        {
            "start": 931126062,
            "stop": 931126068
        },
        {
            "start": 931126069,
            "stop": 931126071
        },
        {
            "start": 931126072,
            "stop": 931126086
        },
        {
            "start": 931126087,
            "stop": 931126088
        },
        {
            "start": 931126089,
            "stop": 931126092
        },
        {
            "start": 931126093,
            "stop": 931126097
        },
        {
            "start": 931126099,
            "stop": 931126109
        },
        {
            "start": 931126112,
            "stop": 931126121
        },
        {
            "start": 931126122,
            "stop": 931126126
        },
        {
            "start": 931126127,
            "stop": 931126130
        },
        {
            "start": 931126131,
            "stop": 931126146
        },
        {
            "start": 931126147,
            "stop": 931126152
        },
        {
            "start": 931126153,
            "stop": 931126160
        },
        {
            "start": 931126161,
            "stop": 931126166
        }
    ]
}