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=3105
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=3106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3104",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3105,
    "results": [
        {
            "start": 866801468,
            "stop": 866811540
        },
        {
            "start": 866811660,
            "stop": 866811960
        },
        {
            "start": 866812020,
            "stop": 866813189
        },
        {
            "start": 866813192,
            "stop": 866813201
        },
        {
            "start": 866813205,
            "stop": 866813214
        },
        {
            "start": 866813219,
            "stop": 866813880
        },
        {
            "start": 866814000,
            "stop": 866815402
        },
        {
            "start": 866815408,
            "stop": 866816880
        },
        {
            "start": 866816940,
            "stop": 866822592
        },
        {
            "start": 866822595,
            "stop": 866823074
        },
        {
            "start": 866823077,
            "stop": 866823864
        },
        {
            "start": 866829025,
            "stop": 866829240
        },
        {
            "start": 866829574,
            "stop": 866830560
        },
        {
            "start": 866830620,
            "stop": 866831820
        },
        {
            "start": 866831880,
            "stop": 866836132
        },
        {
            "start": 866850244,
            "stop": 866850399
        },
        {
            "start": 866850699,
            "stop": 866860255
        },
        {
            "start": 866860260,
            "stop": 866861860
        },
        {
            "start": 866862888,
            "stop": 866864460
        },
        {
            "start": 866864520,
            "stop": 866869320
        }
    ]
}