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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=66",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 67,
    "results": [
        {
            "start": 824452200,
            "stop": 824453972
        },
        {
            "start": 824455711,
            "stop": 824490396
        },
        {
            "start": 824491365,
            "stop": 824494672
        },
        {
            "start": 824494828,
            "stop": 824494943
        },
        {
            "start": 824495735,
            "stop": 824499952
        },
        {
            "start": 824500072,
            "stop": 824501041
        },
        {
            "start": 824501364,
            "stop": 824501786
        },
        {
            "start": 824505283,
            "stop": 824510753
        },
        {
            "start": 824510754,
            "stop": 824510786
        },
        {
            "start": 824510788,
            "stop": 824510825
        },
        {
            "start": 824510827,
            "stop": 824510834
        },
        {
            "start": 824510836,
            "stop": 824510837
        },
        {
            "start": 824510839,
            "stop": 824510859
        },
        {
            "start": 824510860,
            "stop": 824510863
        },
        {
            "start": 824510864,
            "stop": 824510918
        },
        {
            "start": 824510919,
            "stop": 824510923
        },
        {
            "start": 824510925,
            "stop": 824510926
        },
        {
            "start": 824510928,
            "stop": 824510933
        },
        {
            "start": 824510935,
            "stop": 824510994
        },
        {
            "start": 824510996,
            "stop": 824511004
        }
    ]
}