Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=529
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=530",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=528",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 529,
    "results": [
        {
            "start": 1264760131,
            "stop": 1264760134
        },
        {
            "start": 1264760135,
            "stop": 1264760142
        },
        {
            "start": 1264760144,
            "stop": 1264760186
        },
        {
            "start": 1264760188,
            "stop": 1264760189
        },
        {
            "start": 1264760192,
            "stop": 1264760193
        },
        {
            "start": 1264760194,
            "stop": 1264760237
        },
        {
            "start": 1264760238,
            "stop": 1264760239
        },
        {
            "start": 1264760241,
            "stop": 1264760244
        },
        {
            "start": 1264760246,
            "stop": 1264760261
        },
        {
            "start": 1264760263,
            "stop": 1264760274
        },
        {
            "start": 1264760278,
            "stop": 1264760284
        },
        {
            "start": 1264760286,
            "stop": 1264760314
        },
        {
            "start": 1264760315,
            "stop": 1264760317
        },
        {
            "start": 1264760318,
            "stop": 1264760319
        },
        {
            "start": 1264760320,
            "stop": 1264760322
        },
        {
            "start": 1264760323,
            "stop": 1264760330
        },
        {
            "start": 1264760331,
            "stop": 1264760334
        },
        {
            "start": 1264760337,
            "stop": 1264760339
        },
        {
            "start": 1264760341,
            "stop": 1264760347
        },
        {
            "start": 1264760348,
            "stop": 1264760440
        }
    ]
}