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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 165,
    "results": [
        {
            "start": 820425095,
            "stop": 820425352
        },
        {
            "start": 820425355,
            "stop": 820425789
        },
        {
            "start": 820425792,
            "stop": 820426155
        },
        {
            "start": 820426159,
            "stop": 820426170
        },
        {
            "start": 820426173,
            "stop": 820426203
        },
        {
            "start": 820426206,
            "stop": 820426293
        },
        {
            "start": 820426296,
            "stop": 820426637
        },
        {
            "start": 820426641,
            "stop": 820426784
        },
        {
            "start": 820426787,
            "stop": 820426791
        },
        {
            "start": 820426794,
            "stop": 820426921
        },
        {
            "start": 820426925,
            "stop": 820427074
        },
        {
            "start": 820427077,
            "stop": 820427080
        },
        {
            "start": 820427084,
            "stop": 820427206
        },
        {
            "start": 820427209,
            "stop": 820427418
        },
        {
            "start": 820427421,
            "stop": 820427424
        },
        {
            "start": 820427428,
            "stop": 820427867
        },
        {
            "start": 820427870,
            "stop": 820427997
        },
        {
            "start": 820428001,
            "stop": 820428022
        },
        {
            "start": 820428026,
            "stop": 820428630
        },
        {
            "start": 820428633,
            "stop": 820428730
        }
    ]
}