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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6119",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6120,
    "results": [
        {
            "start": 874151843,
            "stop": 874151845
        },
        {
            "start": 874151848,
            "stop": 874151871
        },
        {
            "start": 874151874,
            "stop": 874151893
        },
        {
            "start": 874151896,
            "stop": 874152297
        },
        {
            "start": 874152298,
            "stop": 874152383
        },
        {
            "start": 874152393,
            "stop": 874152414
        },
        {
            "start": 874152418,
            "stop": 874152521
        },
        {
            "start": 874152525,
            "stop": 874152528
        },
        {
            "start": 874152533,
            "stop": 874152541
        },
        {
            "start": 874152544,
            "stop": 874152546
        },
        {
            "start": 874152549,
            "stop": 874152664
        },
        {
            "start": 874152667,
            "stop": 874152692
        },
        {
            "start": 874152695,
            "stop": 874152698
        },
        {
            "start": 874152701,
            "stop": 874152741
        },
        {
            "start": 874152744,
            "stop": 874152756
        },
        {
            "start": 874152759,
            "stop": 874152765
        },
        {
            "start": 874152768,
            "stop": 874152873
        },
        {
            "start": 874152876,
            "stop": 874152918
        },
        {
            "start": 874152923,
            "stop": 874153065
        },
        {
            "start": 874153081,
            "stop": 874153092
        }
    ]
}