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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8230",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8231,
    "results": [
        {
            "start": 971618089,
            "stop": 971618558
        },
        {
            "start": 971618561,
            "stop": 971618567
        },
        {
            "start": 971618570,
            "stop": 971618571
        },
        {
            "start": 971618575,
            "stop": 971618592
        },
        {
            "start": 971618595,
            "stop": 971618617
        },
        {
            "start": 971618620,
            "stop": 971618629
        },
        {
            "start": 971618640,
            "stop": 971618665
        },
        {
            "start": 971618670,
            "stop": 971618689
        },
        {
            "start": 971618692,
            "stop": 971618695
        },
        {
            "start": 971618698,
            "stop": 971618844
        },
        {
            "start": 971618850,
            "stop": 971618910
        },
        {
            "start": 971618913,
            "stop": 971618926
        },
        {
            "start": 971618950,
            "stop": 971619281
        },
        {
            "start": 971619284,
            "stop": 971619418
        },
        {
            "start": 971619421,
            "stop": 971619438
        },
        {
            "start": 971619442,
            "stop": 971619511
        },
        {
            "start": 971619515,
            "stop": 971619560
        },
        {
            "start": 971619563,
            "stop": 971619596
        },
        {
            "start": 971619600,
            "stop": 971619621
        },
        {
            "start": 971619624,
            "stop": 971619627
        }
    ]
}