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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7724",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7722",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7723,
    "results": [
        {
            "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
        },
        {
            "start": 971618962,
            "stop": 971619281
        },
        {
            "start": 971619284,
            "stop": 971619418
        },
        {
            "start": 971619421,
            "stop": 971619436
        },
        {
            "start": 971619856,
            "stop": 971619939
        },
        {
            "start": 971619942,
            "stop": 971620009
        },
        {
            "start": 971620012,
            "stop": 971620014
        },
        {
            "start": 971620017,
            "stop": 971620033
        }
    ]
}