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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=632",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=630",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 631,
    "results": [
        {
            "start": 1263447119,
            "stop": 1263447768
        },
        {
            "start": 1263447771,
            "stop": 1263451340
        },
        {
            "start": 1263451343,
            "stop": 1263452829
        },
        {
            "start": 1263452837,
            "stop": 1263453894
        },
        {
            "start": 1263453897,
            "stop": 1263454765
        },
        {
            "start": 1263454768,
            "stop": 1263455491
        },
        {
            "start": 1263455494,
            "stop": 1263455929
        },
        {
            "start": 1263455937,
            "stop": 1263456328
        },
        {
            "start": 1263456330,
            "stop": 1263457178
        },
        {
            "start": 1263457181,
            "stop": 1263460425
        },
        {
            "start": 1263460428,
            "stop": 1263462849
        },
        {
            "start": 1263462852,
            "stop": 1263465422
        },
        {
            "start": 1263465425,
            "stop": 1263465654
        },
        {
            "start": 1263465657,
            "stop": 1263470881
        },
        {
            "start": 1263470884,
            "stop": 1263475079
        },
        {
            "start": 1263475082,
            "stop": 1263476134
        },
        {
            "start": 1263476137,
            "stop": 1263476141
        },
        {
            "start": 1263476144,
            "stop": 1263477558
        },
        {
            "start": 1263477561,
            "stop": 1263478332
        },
        {
            "start": 1263478335,
            "stop": 1263478724
        }
    ]
}