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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=97",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 98,
    "results": [
        {
            "start": 931613399,
            "stop": 931613681
        },
        {
            "start": 931613684,
            "stop": 931613725
        },
        {
            "start": 931613743,
            "stop": 931613748
        },
        {
            "start": 931613765,
            "stop": 931613810
        },
        {
            "start": 931613828,
            "stop": 931613861
        },
        {
            "start": 931613916,
            "stop": 931613921
        },
        {
            "start": 931613939,
            "stop": 931614110
        },
        {
            "start": 931614128,
            "stop": 931614154
        },
        {
            "start": 931614199,
            "stop": 931614213
        },
        {
            "start": 931614235,
            "stop": 931614254
        },
        {
            "start": 931614274,
            "stop": 931614394
        },
        {
            "start": 931614411,
            "stop": 931614432
        },
        {
            "start": 931614434,
            "stop": 931614511
        },
        {
            "start": 931614623,
            "stop": 931614641
        },
        {
            "start": 931614677,
            "stop": 931614678
        },
        {
            "start": 931614701,
            "stop": 931614708
        },
        {
            "start": 931614794,
            "stop": 931614803
        },
        {
            "start": 931614874,
            "stop": 931614893
        },
        {
            "start": 931615191,
            "stop": 931615193
        },
        {
            "start": 931615211,
            "stop": 931615215
        }
    ]
}