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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1038",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1036",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1037,
    "results": [
        {
            "start": 1252723489,
            "stop": 1252725766
        },
        {
            "start": 1252725770,
            "stop": 1252727962
        },
        {
            "start": 1252727967,
            "stop": 1252732702
        },
        {
            "start": 1252732707,
            "stop": 1252734848
        },
        {
            "start": 1252734851,
            "stop": 1252740827
        },
        {
            "start": 1252740832,
            "stop": 1252741713
        },
        {
            "start": 1252741716,
            "stop": 1252743757
        },
        {
            "start": 1252743762,
            "stop": 1252744496
        },
        {
            "start": 1252744500,
            "stop": 1252745121
        },
        {
            "start": 1252745129,
            "stop": 1252745765
        },
        {
            "start": 1252745770,
            "stop": 1252747211
        },
        {
            "start": 1252747215,
            "stop": 1252751672
        },
        {
            "start": 1252751674,
            "stop": 1252752756
        },
        {
            "start": 1252752759,
            "stop": 1252759033
        },
        {
            "start": 1252759036,
            "stop": 1252763547
        },
        {
            "start": 1252782588,
            "stop": 1252782707
        },
        {
            "start": 1252782711,
            "stop": 1252785534
        },
        {
            "start": 1252787875,
            "stop": 1252788526
        },
        {
            "start": 1252788529,
            "stop": 1252789362
        },
        {
            "start": 1252789366,
            "stop": 1252790460
        }
    ]
}