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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 1,
    "results": [
        {
            "start": 1256663443,
            "stop": 1256679418
        },
        {
            "start": 1256682796,
            "stop": 1256686818
        },
        {
            "start": 1256688786,
            "stop": 1256705153
        },
        {
            "start": 1256710426,
            "stop": 1256746767
        },
        {
            "start": 1256746930,
            "stop": 1256750703
        },
        {
            "start": 1256751337,
            "stop": 1256770339
        },
        {
            "start": 1256771871,
            "stop": 1256774649
        },
        {
            "start": 1256774748,
            "stop": 1256838392
        },
        {
            "start": 1256840250,
            "stop": 1256886272
        },
        {
            "start": 1256886276,
            "stop": 1256902656
        },
        {
            "start": 1256902750,
            "stop": 1256926820
        },
        {
            "start": 1256927025,
            "stop": 1256939438
        },
        {
            "start": 1256954047,
            "stop": 1256970603
        },
        {
            "start": 1256970733,
            "stop": 1256977247
        },
        {
            "start": 1256977384,
            "stop": 1257002021
        },
        {
            "start": 1257002690,
            "stop": 1257004997
        },
        {
            "start": 1257029410,
            "stop": 1257070964
        },
        {
            "start": 1257071316,
            "stop": 1257109239
        },
        {
            "start": 1257121340,
            "stop": 1257148857
        },
        {
            "start": 1257149047,
            "stop": 1257159687
        }
    ]
}