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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=32",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 33,
    "results": [
        {
            "start": 1257425104,
            "stop": 1257425122
        },
        {
            "start": 1257425124,
            "stop": 1257425335
        },
        {
            "start": 1257425337,
            "stop": 1257425339
        },
        {
            "start": 1257425342,
            "stop": 1257425353
        },
        {
            "start": 1257425356,
            "stop": 1257425360
        },
        {
            "start": 1257425363,
            "stop": 1257425531
        },
        {
            "start": 1257425536,
            "stop": 1257425575
        },
        {
            "start": 1257425577,
            "stop": 1257425691
        },
        {
            "start": 1257425694,
            "stop": 1257425730
        },
        {
            "start": 1257425735,
            "stop": 1257425789
        },
        {
            "start": 1257425793,
            "stop": 1257425959
        },
        {
            "start": 1257425961,
            "stop": 1257426055
        },
        {
            "start": 1257426058,
            "stop": 1257426081
        },
        {
            "start": 1257426084,
            "stop": 1257426085
        },
        {
            "start": 1257426088,
            "stop": 1257426117
        },
        {
            "start": 1257426119,
            "stop": 1257426135
        },
        {
            "start": 1257426138,
            "stop": 1257426192
        },
        {
            "start": 1257426195,
            "stop": 1257426330
        },
        {
            "start": 1257426335,
            "stop": 1257426359
        },
        {
            "start": 1257426361,
            "stop": 1257426518
        }
    ]
}