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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=838",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=836",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 837,
    "results": [
        {
            "start": 1269191336,
            "stop": 1269192641
        },
        {
            "start": 1269192645,
            "stop": 1269192827
        },
        {
            "start": 1269192829,
            "stop": 1269192859
        },
        {
            "start": 1269192863,
            "stop": 1269196235
        },
        {
            "start": 1269196236,
            "stop": 1269197379
        },
        {
            "start": 1269197381,
            "stop": 1269197830
        },
        {
            "start": 1269197831,
            "stop": 1269198722
        },
        {
            "start": 1269198725,
            "stop": 1269202486
        },
        {
            "start": 1269202489,
            "stop": 1269202924
        },
        {
            "start": 1269202932,
            "stop": 1269204097
        },
        {
            "start": 1269204100,
            "stop": 1269204317
        },
        {
            "start": 1269204321,
            "stop": 1269205001
        },
        {
            "start": 1269205006,
            "stop": 1269210423
        },
        {
            "start": 1269215272,
            "stop": 1269217220
        },
        {
            "start": 1269217224,
            "stop": 1269217628
        },
        {
            "start": 1269217632,
            "stop": 1269220522
        },
        {
            "start": 1269220720,
            "stop": 1269223081
        },
        {
            "start": 1269223083,
            "stop": 1269223323
        },
        {
            "start": 1269223326,
            "stop": 1269224949
        },
        {
            "start": 1269224952,
            "stop": 1269226481
        }
    ]
}