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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5278",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5279,
    "results": [
        {
            "start": 874808352,
            "stop": 874808815
        },
        {
            "start": 874808823,
            "stop": 874808937
        },
        {
            "start": 874808944,
            "stop": 874809113
        },
        {
            "start": 874809130,
            "stop": 874809555
        },
        {
            "start": 874809565,
            "stop": 874809689
        },
        {
            "start": 874809696,
            "stop": 874809770
        },
        {
            "start": 874809778,
            "stop": 874809811
        },
        {
            "start": 874809818,
            "stop": 874809823
        },
        {
            "start": 874809831,
            "stop": 874810232
        },
        {
            "start": 874810240,
            "stop": 874810347
        },
        {
            "start": 874810355,
            "stop": 874810655
        },
        {
            "start": 874810663,
            "stop": 874810819
        },
        {
            "start": 874810826,
            "stop": 874811171
        },
        {
            "start": 874811216,
            "stop": 874811269
        },
        {
            "start": 874811305,
            "stop": 874811422
        },
        {
            "start": 874811430,
            "stop": 874811435
        },
        {
            "start": 874811442,
            "stop": 874811937
        },
        {
            "start": 874811945,
            "stop": 874812409
        },
        {
            "start": 874812416,
            "stop": 874812591
        },
        {
            "start": 874812627,
            "stop": 874812629
        }
    ]
}