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_CAT1/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_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT1/segments?format=api&page=10",
    "results_count": 414,
    "results_per_page": 20,
    "num_pages": 21,
    "page_number": 11,
    "results": [
        {
            "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
        },
        {
            "start": 1263272009,
            "stop": 1263330216
        },
        {
            "start": 1263332913,
            "stop": 1263398912
        },
        {
            "start": 1263399288,
            "stop": 1263438973
        },
        {
            "start": 1263439188,
            "stop": 1263478731
        },
        {
            "start": 1263508248,
            "stop": 1263514217
        },
        {
            "start": 1263522105,
            "stop": 1263528542
        }
    ]
}