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/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16587
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16588",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16586",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16587,
    "results": [
        {
            "start": 874714780,
            "stop": 874714827
        },
        {
            "start": 874714828,
            "stop": 874715017
        },
        {
            "start": 874715018,
            "stop": 874715119
        },
        {
            "start": 874715121,
            "stop": 874715132
        },
        {
            "start": 874715135,
            "stop": 874715159
        },
        {
            "start": 874715161,
            "stop": 874715399
        },
        {
            "start": 874715401,
            "stop": 874715408
        },
        {
            "start": 874715409,
            "stop": 874715470
        },
        {
            "start": 874715472,
            "stop": 874715675
        },
        {
            "start": 874715677,
            "stop": 874715783
        },
        {
            "start": 874715784,
            "stop": 874716064
        },
        {
            "start": 874716066,
            "stop": 874716071
        },
        {
            "start": 874716073,
            "stop": 874716143
        },
        {
            "start": 874716144,
            "stop": 874716218
        },
        {
            "start": 874716219,
            "stop": 874716316
        },
        {
            "start": 874716317,
            "stop": 874716339
        },
        {
            "start": 874716341,
            "stop": 874716351
        },
        {
            "start": 874716352,
            "stop": 874716372
        },
        {
            "start": 874716373,
            "stop": 874716385
        },
        {
            "start": 874716386,
            "stop": 874716420
        }
    ]
}