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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5735",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5736,
    "results": [
        {
            "start": 874612744,
            "stop": 874612840
        },
        {
            "start": 874612847,
            "stop": 874612879
        },
        {
            "start": 874612884,
            "stop": 874612905
        },
        {
            "start": 874612909,
            "stop": 874612950
        },
        {
            "start": 874612953,
            "stop": 874612992
        },
        {
            "start": 874612995,
            "stop": 874613003
        },
        {
            "start": 874613007,
            "stop": 874613048
        },
        {
            "start": 874613051,
            "stop": 874613103
        },
        {
            "start": 874613106,
            "stop": 874613110
        },
        {
            "start": 874613114,
            "stop": 874613157
        },
        {
            "start": 874613160,
            "stop": 874613168
        },
        {
            "start": 874613171,
            "stop": 874613189
        },
        {
            "start": 874613193,
            "stop": 874613201
        },
        {
            "start": 874613205,
            "stop": 874613211
        },
        {
            "start": 874613214,
            "stop": 874613218
        },
        {
            "start": 874613221,
            "stop": 874613291
        },
        {
            "start": 874613295,
            "stop": 874613316
        },
        {
            "start": 874613319,
            "stop": 874613321
        },
        {
            "start": 874613324,
            "stop": 874613349
        },
        {
            "start": 874613352,
            "stop": 874613401
        }
    ]
}