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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33376",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33374",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33375,
    "results": [
        {
            "start": 971613524,
            "stop": 971613653
        },
        {
            "start": 971613656,
            "stop": 971614059
        },
        {
            "start": 971614062,
            "stop": 971615943
        },
        {
            "start": 971615946,
            "stop": 971616702
        },
        {
            "start": 971616705,
            "stop": 971616736
        },
        {
            "start": 971616739,
            "stop": 971616974
        },
        {
            "start": 971616977,
            "stop": 971617062
        },
        {
            "start": 971617066,
            "stop": 971617199
        },
        {
            "start": 971617204,
            "stop": 971617244
        },
        {
            "start": 971617247,
            "stop": 971617508
        },
        {
            "start": 971617511,
            "stop": 971617549
        },
        {
            "start": 971617552,
            "stop": 971617569
        },
        {
            "start": 971617572,
            "stop": 971617686
        },
        {
            "start": 971617689,
            "stop": 971618086
        },
        {
            "start": 971618089,
            "stop": 971618558
        },
        {
            "start": 971618561,
            "stop": 971618567
        },
        {
            "start": 971618570,
            "stop": 971618571
        },
        {
            "start": 971618575,
            "stop": 971618592
        },
        {
            "start": 971618595,
            "stop": 971618596
        },
        {
            "start": 971618716,
            "stop": 971618836
        }
    ]
}