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=1014
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=1015",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1013",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1014,
    "results": [
        {
            "start": 1252136503,
            "stop": 1252136507
        },
        {
            "start": 1252136511,
            "stop": 1252137280
        },
        {
            "start": 1252137288,
            "stop": 1252137766
        },
        {
            "start": 1252137770,
            "stop": 1252139475
        },
        {
            "start": 1252139479,
            "stop": 1252140108
        },
        {
            "start": 1252140111,
            "stop": 1252140319
        },
        {
            "start": 1252140323,
            "stop": 1252141627
        },
        {
            "start": 1252141631,
            "stop": 1252143050
        },
        {
            "start": 1252143055,
            "stop": 1252143221
        },
        {
            "start": 1252143224,
            "stop": 1252143525
        },
        {
            "start": 1252143527,
            "stop": 1252145382
        },
        {
            "start": 1252145386,
            "stop": 1252146996
        },
        {
            "start": 1252146998,
            "stop": 1252147822
        },
        {
            "start": 1252147827,
            "stop": 1252149870
        },
        {
            "start": 1252149872,
            "stop": 1252150212
        },
        {
            "start": 1252150216,
            "stop": 1252152077
        },
        {
            "start": 1252152080,
            "stop": 1252152284
        },
        {
            "start": 1252152289,
            "stop": 1252152348
        },
        {
            "start": 1252152422,
            "stop": 1252153348
        },
        {
            "start": 1252153351,
            "stop": 1252156198
        }
    ]
}