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=732
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=733",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=731",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 732,
    "results": [
        {
            "start": 1267498055,
            "stop": 1267498262
        },
        {
            "start": 1267498265,
            "stop": 1267498789
        },
        {
            "start": 1267498792,
            "stop": 1267500944
        },
        {
            "start": 1267500947,
            "stop": 1267503404
        },
        {
            "start": 1267508461,
            "stop": 1267510290
        },
        {
            "start": 1267510299,
            "stop": 1267511743
        },
        {
            "start": 1267511745,
            "stop": 1267518729
        },
        {
            "start": 1267518732,
            "stop": 1267519270
        },
        {
            "start": 1267519273,
            "stop": 1267520527
        },
        {
            "start": 1267520530,
            "stop": 1267526425
        },
        {
            "start": 1267526428,
            "stop": 1267528633
        },
        {
            "start": 1267528636,
            "stop": 1267531571
        },
        {
            "start": 1267531574,
            "stop": 1267531832
        },
        {
            "start": 1267531833,
            "stop": 1267539271
        },
        {
            "start": 1267539274,
            "stop": 1267544004
        },
        {
            "start": 1267544007,
            "stop": 1267545072
        },
        {
            "start": 1267545075,
            "stop": 1267548362
        },
        {
            "start": 1267548365,
            "stop": 1267548401
        },
        {
            "start": 1267548404,
            "stop": 1267551289
        },
        {
            "start": 1267551292,
            "stop": 1267551557
        }
    ]
}