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=1000
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=1001",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=999",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1000,
    "results": [
        {
            "start": 1251892544,
            "stop": 1251892563
        },
        {
            "start": 1251892568,
            "stop": 1251892620
        },
        {
            "start": 1251892623,
            "stop": 1251893899
        },
        {
            "start": 1251893903,
            "stop": 1251894565
        },
        {
            "start": 1251894569,
            "stop": 1251895346
        },
        {
            "start": 1251895350,
            "stop": 1251895800
        },
        {
            "start": 1251895804,
            "stop": 1251895933
        },
        {
            "start": 1251895938,
            "stop": 1251896501
        },
        {
            "start": 1251896505,
            "stop": 1251896664
        },
        {
            "start": 1251896668,
            "stop": 1251897112
        },
        {
            "start": 1251897116,
            "stop": 1251897158
        },
        {
            "start": 1251897162,
            "stop": 1251897227
        },
        {
            "start": 1251897232,
            "stop": 1251897651
        },
        {
            "start": 1251897656,
            "stop": 1251897715
        },
        {
            "start": 1251897720,
            "stop": 1251898339
        },
        {
            "start": 1251898344,
            "stop": 1251898432
        },
        {
            "start": 1251898436,
            "stop": 1251898710
        },
        {
            "start": 1251898715,
            "stop": 1251899099
        },
        {
            "start": 1251899107,
            "stop": 1251899816
        },
        {
            "start": 1251899821,
            "stop": 1251899879
        }
    ]
}