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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2992",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2993,
    "results": [
        {
            "start": 862156708,
            "stop": 862156710
        },
        {
            "start": 862156715,
            "stop": 862156717
        },
        {
            "start": 862156728,
            "stop": 862156740
        },
        {
            "start": 862156860,
            "stop": 862158333
        },
        {
            "start": 862159557,
            "stop": 862159628
        },
        {
            "start": 862159928,
            "stop": 862159957
        },
        {
            "start": 862160366,
            "stop": 862160520
        },
        {
            "start": 862160875,
            "stop": 862160880
        },
        {
            "start": 862160941,
            "stop": 862161000
        },
        {
            "start": 862161060,
            "stop": 862161133
        },
        {
            "start": 862161142,
            "stop": 862161300
        },
        {
            "start": 862162080,
            "stop": 862162140
        },
        {
            "start": 862162680,
            "stop": 862162740
        },
        {
            "start": 862165119,
            "stop": 862165238
        },
        {
            "start": 862165988,
            "stop": 862166100
        },
        {
            "start": 862166160,
            "stop": 862166400
        },
        {
            "start": 862166520,
            "stop": 862166760
        },
        {
            "start": 862166820,
            "stop": 862166880
        },
        {
            "start": 862167000,
            "stop": 862167060
        },
        {
            "start": 862167124,
            "stop": 862167360
        }
    ]
}