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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=351",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 352,
    "results": [
        {
            "start": 821463547,
            "stop": 821463783
        },
        {
            "start": 821463786,
            "stop": 821463843
        },
        {
            "start": 821463846,
            "stop": 821464138
        },
        {
            "start": 821464142,
            "stop": 821464665
        },
        {
            "start": 821464669,
            "stop": 821464739
        },
        {
            "start": 821464742,
            "stop": 821464888
        },
        {
            "start": 821464891,
            "stop": 821465009
        },
        {
            "start": 821465013,
            "stop": 821465088
        },
        {
            "start": 821465091,
            "stop": 821465103
        },
        {
            "start": 821465107,
            "stop": 821465265
        },
        {
            "start": 821465268,
            "stop": 821465273
        },
        {
            "start": 821465277,
            "stop": 821465543
        },
        {
            "start": 821465546,
            "stop": 821465841
        },
        {
            "start": 821465844,
            "stop": 821465861
        },
        {
            "start": 821465864,
            "stop": 821466394
        },
        {
            "start": 821466398,
            "stop": 821466595
        },
        {
            "start": 821466598,
            "stop": 821466608
        },
        {
            "start": 821466611,
            "stop": 821466631
        },
        {
            "start": 821466634,
            "stop": 821466684
        },
        {
            "start": 821466687,
            "stop": 821466719
        }
    ]
}