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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT2/segments?format=api&page=58",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 59,
    "results": [
        {
            "start": 1268971935,
            "stop": 1268982267
        },
        {
            "start": 1268982270,
            "stop": 1268987175
        },
        {
            "start": 1268988255,
            "stop": 1268988608
        },
        {
            "start": 1268988610,
            "stop": 1268989238
        },
        {
            "start": 1269007178,
            "stop": 1269007774
        },
        {
            "start": 1269007823,
            "stop": 1269020396
        },
        {
            "start": 1269020436,
            "stop": 1269020903
        },
        {
            "start": 1269023878,
            "stop": 1269026244
        },
        {
            "start": 1269027766,
            "stop": 1269065823
        },
        {
            "start": 1269085113,
            "stop": 1269092171
        },
        {
            "start": 1269114727,
            "stop": 1269114729
        },
        {
            "start": 1269115718,
            "stop": 1269136733
        },
        {
            "start": 1269151279,
            "stop": 1269152999
        },
        {
            "start": 1269153083,
            "stop": 1269153831
        },
        {
            "start": 1269153910,
            "stop": 1269158616
        },
        {
            "start": 1269158700,
            "stop": 1269159518
        },
        {
            "start": 1269159604,
            "stop": 1269161684
        },
        {
            "start": 1269161907,
            "stop": 1269161909
        },
        {
            "start": 1269166127,
            "stop": 1269166216
        },
        {
            "start": 1269166293,
            "stop": 1269175612
        }
    ]
}