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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT1/segments?format=api&page=2",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 3,
    "results": [
        {
            "start": 1238759180,
            "stop": 1238825367
        },
        {
            "start": 1238841058,
            "stop": 1238844650
        },
        {
            "start": 1238844731,
            "stop": 1238863260
        },
        {
            "start": 1238863287,
            "stop": 1238870911
        },
        {
            "start": 1238872764,
            "stop": 1238876548
        },
        {
            "start": 1238877030,
            "stop": 1238919529
        },
        {
            "start": 1238919784,
            "stop": 1238949427
        },
        {
            "start": 1238950805,
            "stop": 1239002649
        },
        {
            "start": 1239003142,
            "stop": 1239008891
        },
        {
            "start": 1239010898,
            "stop": 1239011946
        },
        {
            "start": 1239012244,
            "stop": 1239107402
        },
        {
            "start": 1239112161,
            "stop": 1239115844
        },
        {
            "start": 1239115926,
            "stop": 1239121936
        },
        {
            "start": 1239121956,
            "stop": 1239122281
        },
        {
            "start": 1239122289,
            "stop": 1239123369
        },
        {
            "start": 1239123377,
            "stop": 1239123513
        },
        {
            "start": 1239123521,
            "stop": 1239141457
        },
        {
            "start": 1239141473,
            "stop": 1239156777
        },
        {
            "start": 1239156785,
            "stop": 1239276281
        },
        {
            "start": 1239276289,
            "stop": 1239278729
        }
    ]
}