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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=2",
    "previous": null,
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 1,
    "results": [
        {
            "start": 931130674,
            "stop": 931130811
        },
        {
            "start": 932197480,
            "stop": 932197641
        },
        {
            "start": 932316790,
            "stop": 932316950
        },
        {
            "start": 932349749,
            "stop": 932349878
        },
        {
            "start": 932380150,
            "stop": 932380286
        },
        {
            "start": 932428198,
            "stop": 932428326
        },
        {
            "start": 932458317,
            "stop": 932458470
        },
        {
            "start": 932462005,
            "stop": 932462142
        },
        {
            "start": 932466646,
            "stop": 932466774
        },
        {
            "start": 932479125,
            "stop": 932479285
        },
        {
            "start": 932509468,
            "stop": 932509605
        },
        {
            "start": 932528613,
            "stop": 932528741
        },
        {
            "start": 932553228,
            "stop": 932553389
        },
        {
            "start": 932559340,
            "stop": 932559477
        },
        {
            "start": 932641029,
            "stop": 932641157
        },
        {
            "start": 932667516,
            "stop": 932667653
        },
        {
            "start": 932709356,
            "stop": 932709485
        },
        {
            "start": 932805172,
            "stop": 932805333
        },
        {
            "start": 932960556,
            "stop": 932960717
        },
        {
            "start": 932967989,
            "stop": 932968117
        }
    ]
}