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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=829
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=830",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=828",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 829,
    "results": [
        {
            "start": 1250364635,
            "stop": 1250365545
        },
        {
            "start": 1250365550,
            "stop": 1250366051
        },
        {
            "start": 1250366056,
            "stop": 1250369353
        },
        {
            "start": 1250369358,
            "stop": 1250370844
        },
        {
            "start": 1250370848,
            "stop": 1250371014
        },
        {
            "start": 1250371017,
            "stop": 1250372033
        },
        {
            "start": 1250372038,
            "stop": 1250373235
        },
        {
            "start": 1250373239,
            "stop": 1250376367
        },
        {
            "start": 1250376372,
            "stop": 1250376377
        },
        {
            "start": 1250376378,
            "stop": 1250376382
        },
        {
            "start": 1250376383,
            "stop": 1250376401
        },
        {
            "start": 1250376404,
            "stop": 1250376550
        },
        {
            "start": 1250376554,
            "stop": 1250376820
        },
        {
            "start": 1250376825,
            "stop": 1250377097
        },
        {
            "start": 1250377104,
            "stop": 1250377114
        },
        {
            "start": 1250377117,
            "stop": 1250377121
        },
        {
            "start": 1250377126,
            "stop": 1250377237
        },
        {
            "start": 1250377242,
            "stop": 1250377266
        },
        {
            "start": 1250377947,
            "stop": 1250377994
        },
        {
            "start": 1250377998,
            "stop": 1250378133
        }
    ]
}