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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=51",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 52,
    "results": [
        {
            "start": 1257947639,
            "stop": 1257952041
        },
        {
            "start": 1257952044,
            "stop": 1257952706
        },
        {
            "start": 1257952709,
            "stop": 1257953681
        },
        {
            "start": 1257953683,
            "stop": 1257954380
        },
        {
            "start": 1257954383,
            "stop": 1257954617
        },
        {
            "start": 1257954621,
            "stop": 1257955325
        },
        {
            "start": 1257955327,
            "stop": 1257956749
        },
        {
            "start": 1257956753,
            "stop": 1257957347
        },
        {
            "start": 1257957350,
            "stop": 1257957962
        },
        {
            "start": 1257957966,
            "stop": 1257960464
        },
        {
            "start": 1257960468,
            "stop": 1257962209
        },
        {
            "start": 1257962212,
            "stop": 1257962271
        },
        {
            "start": 1257962276,
            "stop": 1257965941
        },
        {
            "start": 1257965943,
            "stop": 1257969825
        },
        {
            "start": 1257969826,
            "stop": 1257970700
        },
        {
            "start": 1257970703,
            "stop": 1257972391
        },
        {
            "start": 1257972395,
            "stop": 1257973528
        },
        {
            "start": 1257973533,
            "stop": 1257978403
        },
        {
            "start": 1257978407,
            "stop": 1257980917
        },
        {
            "start": 1257980919,
            "stop": 1257982829
        }
    ]
}