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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=31",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 32,
    "results": [
        {
            "start": 1262308874,
            "stop": 1262308875
        },
        {
            "start": 1262308876,
            "stop": 1262308909
        },
        {
            "start": 1262308910,
            "stop": 1262308911
        },
        {
            "start": 1262308912,
            "stop": 1262320453
        },
        {
            "start": 1262320455,
            "stop": 1262329170
        },
        {
            "start": 1262333141,
            "stop": 1262335223
        },
        {
            "start": 1262339557,
            "stop": 1262342302
        },
        {
            "start": 1262352751,
            "stop": 1262362593
        },
        {
            "start": 1262362594,
            "stop": 1262364521
        },
        {
            "start": 1262440555,
            "stop": 1262444417
        },
        {
            "start": 1262459639,
            "stop": 1262459645
        },
        {
            "start": 1262459646,
            "stop": 1262460126
        },
        {
            "start": 1262460127,
            "stop": 1262461451
        },
        {
            "start": 1262461493,
            "stop": 1262466428
        },
        {
            "start": 1262471488,
            "stop": 1262484506
        },
        {
            "start": 1262484507,
            "stop": 1262489716
        },
        {
            "start": 1262489717,
            "stop": 1262500158
        },
        {
            "start": 1262500159,
            "stop": 1262574757
        },
        {
            "start": 1262574758,
            "stop": 1262574771
        },
        {
            "start": 1262574772,
            "stop": 1262574773
        }
    ]
}