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&page=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=10",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 11,
    "results": [
        {
            "start": 1262688611,
            "stop": 1262714472
        },
        {
            "start": 1262714944,
            "stop": 1262718768
        },
        {
            "start": 1262735573,
            "stop": 1262738316
        },
        {
            "start": 1262746233,
            "stop": 1262762284
        },
        {
            "start": 1262791107,
            "stop": 1262817505
        },
        {
            "start": 1262828631,
            "stop": 1262844407
        },
        {
            "start": 1262844473,
            "stop": 1262858860
        },
        {
            "start": 1262863942,
            "stop": 1262878245
        },
        {
            "start": 1262884040,
            "stop": 1262893102
        },
        {
            "start": 1262898851,
            "stop": 1262919680
        },
        {
            "start": 1262919719,
            "stop": 1262987419
        },
        {
            "start": 1262998108,
            "stop": 1263012337
        },
        {
            "start": 1263012448,
            "stop": 1263051933
        },
        {
            "start": 1263074525,
            "stop": 1263141237
        },
        {
            "start": 1263158886,
            "stop": 1263159361
        },
        {
            "start": 1263163421,
            "stop": 1263164025
        },
        {
            "start": 1263167844,
            "stop": 1263174607
        },
        {
            "start": 1263180070,
            "stop": 1263229176
        },
        {
            "start": 1263234761,
            "stop": 1263263355
        },
        {
            "start": 1263269365,
            "stop": 1263271936
        }
    ]
}