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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=368",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 369,
    "results": [
        {
            "start": 829404621,
            "stop": 829404622
        },
        {
            "start": 829404624,
            "stop": 829404637
        },
        {
            "start": 829404640,
            "stop": 829404701
        },
        {
            "start": 829404704,
            "stop": 829404757
        },
        {
            "start": 829404759,
            "stop": 829404824
        },
        {
            "start": 829404827,
            "stop": 829404847
        },
        {
            "start": 829404849,
            "stop": 829404869
        },
        {
            "start": 829404871,
            "stop": 829404877
        },
        {
            "start": 829404879,
            "stop": 829404914
        },
        {
            "start": 829404916,
            "stop": 829404944
        },
        {
            "start": 829404946,
            "stop": 829404952
        },
        {
            "start": 829404954,
            "stop": 829404958
        },
        {
            "start": 829404961,
            "stop": 829404985
        },
        {
            "start": 829404989,
            "stop": 829404991
        },
        {
            "start": 829404993,
            "stop": 829404995
        },
        {
            "start": 829404998,
            "stop": 829405001
        },
        {
            "start": 829405003,
            "stop": 829405006
        },
        {
            "start": 829405008,
            "stop": 829405010
        },
        {
            "start": 829405012,
            "stop": 829405019
        },
        {
            "start": 829405021,
            "stop": 829405027
        }
    ]
}