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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40553",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40551",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40552,
    "results": [
        {
            "start": 874830777,
            "stop": 874830788
        },
        {
            "start": 874830789,
            "stop": 874830821
        },
        {
            "start": 874830822,
            "stop": 874830841
        },
        {
            "start": 874830842,
            "stop": 874830861
        },
        {
            "start": 874830862,
            "stop": 874830912
        },
        {
            "start": 874830913,
            "stop": 874830921
        },
        {
            "start": 874830923,
            "stop": 874830946
        },
        {
            "start": 874830947,
            "stop": 874830953
        },
        {
            "start": 874830954,
            "stop": 874831026
        },
        {
            "start": 874831027,
            "stop": 874831031
        },
        {
            "start": 874831032,
            "stop": 874831036
        },
        {
            "start": 874831037,
            "stop": 874831050
        },
        {
            "start": 874831051,
            "stop": 874831072
        },
        {
            "start": 874831073,
            "stop": 874831095
        },
        {
            "start": 874831097,
            "stop": 874831116
        },
        {
            "start": 874831117,
            "stop": 874831144
        },
        {
            "start": 874831145,
            "stop": 874831154
        },
        {
            "start": 874831155,
            "stop": 874831159
        },
        {
            "start": 874831160,
            "stop": 874831227
        },
        {
            "start": 874831228,
            "stop": 874831244
        }
    ]
}