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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=21",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 22,
    "results": [
        {
            "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": 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
        },
        {
            "start": 1249871825,
            "stop": 1249881718
        },
        {
            "start": 1250017379,
            "stop": 1250020744
        },
        {
            "start": 1250031072,
            "stop": 1250125353
        },
        {
            "start": 1250136801,
            "stop": 1250188781
        },
        {
            "start": 1250196962,
            "stop": 1250219087
        }
    ]
}