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&page=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=17",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 18,
    "results": [
        {
            "start": 945020366,
            "stop": 945020478
        },
        {
            "start": 945031701,
            "stop": 945031814
        },
        {
            "start": 945045598,
            "stop": 945045710
        },
        {
            "start": 945045786,
            "stop": 945045870
        },
        {
            "start": 945047142,
            "stop": 945047254
        },
        {
            "start": 945047501,
            "stop": 945047585
        },
        {
            "start": 945048405,
            "stop": 945048518
        },
        {
            "start": 945050088,
            "stop": 945050172
        },
        {
            "start": 945054709,
            "stop": 945054870
        },
        {
            "start": 945059654,
            "stop": 945059766
        },
        {
            "start": 945061614,
            "stop": 945061726
        },
        {
            "start": 945063309,
            "stop": 945063422
        },
        {
            "start": 945064709,
            "stop": 945064822
        },
        {
            "start": 945067173,
            "stop": 945067286
        },
        {
            "start": 945069902,
            "stop": 945070014
        },
        {
            "start": 945071621,
            "stop": 945071734
        },
        {
            "start": 945073646,
            "stop": 945073758
        },
        {
            "start": 945074901,
            "stop": 945075014
        },
        {
            "start": 945077616,
            "stop": 945077700
        },
        {
            "start": 945083180,
            "stop": 945083264
        }
    ]
}