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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=376",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=374",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 375,
    "results": [
        {
            "start": 1264317634,
            "stop": 1264320334
        },
        {
            "start": 1264320339,
            "stop": 1264322353
        },
        {
            "start": 1264322356,
            "stop": 1264325930
        },
        {
            "start": 1264325935,
            "stop": 1264326784
        },
        {
            "start": 1264326787,
            "stop": 1264327723
        },
        {
            "start": 1264327724,
            "stop": 1264327725
        },
        {
            "start": 1264327726,
            "stop": 1264327727
        },
        {
            "start": 1264327729,
            "stop": 1264327741
        },
        {
            "start": 1264327743,
            "stop": 1264327913
        },
        {
            "start": 1264327914,
            "stop": 1264327926
        },
        {
            "start": 1264327928,
            "stop": 1264327930
        },
        {
            "start": 1264327931,
            "stop": 1264327935
        },
        {
            "start": 1264327936,
            "stop": 1264327964
        },
        {
            "start": 1264327965,
            "stop": 1264328081
        },
        {
            "start": 1264328082,
            "stop": 1264328083
        },
        {
            "start": 1264328084,
            "stop": 1264328086
        },
        {
            "start": 1264328087,
            "stop": 1264328091
        },
        {
            "start": 1264328092,
            "stop": 1264328105
        },
        {
            "start": 1264328106,
            "stop": 1264328115
        },
        {
            "start": 1264328117,
            "stop": 1264328127
        }
    ]
}