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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT2/segments?format=api&page=23",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 24,
    "results": [
        {
            "start": 1249236512,
            "stop": 1249242224
        },
        {
            "start": 1249276045,
            "stop": 1249290506
        },
        {
            "start": 1249317168,
            "stop": 1249320302
        },
        {
            "start": 1249322661,
            "stop": 1249322972
        },
        {
            "start": 1249323313,
            "stop": 1249333328
        },
        {
            "start": 1249337340,
            "stop": 1249359522
        },
        {
            "start": 1249360017,
            "stop": 1249366444
        },
        {
            "start": 1249367290,
            "stop": 1249406610
        },
        {
            "start": 1249407679,
            "stop": 1249413184
        },
        {
            "start": 1249413208,
            "stop": 1249413729
        },
        {
            "start": 1249413878,
            "stop": 1249458180
        },
        {
            "start": 1249458240,
            "stop": 1249463906
        },
        {
            "start": 1249463989,
            "stop": 1249467853
        },
        {
            "start": 1249467940,
            "stop": 1249529441
        },
        {
            "start": 1249543602,
            "stop": 1249546631
        },
        {
            "start": 1249546713,
            "stop": 1249662942
        },
        {
            "start": 1249663748,
            "stop": 1249742752
        },
        {
            "start": 1249774444,
            "stop": 1249833703
        },
        {
            "start": 1249836592,
            "stop": 1249847058
        },
        {
            "start": 1249852862,
            "stop": 1249854687
        }
    ]
}