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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3777",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3775",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3776,
    "results": [
        {
            "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": 971618956,
            "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
        },
        {
            "start": 971620036,
            "stop": 971620122
        },
        {
            "start": 971620125,
            "stop": 971620136
        },
        {
            "start": 971620140,
            "stop": 971620156
        },
        {
            "start": 971620276,
            "stop": 971620374
        }
    ]
}