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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=266",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 267,
    "results": [
        {
            "start": 840561873,
            "stop": 840561889
        },
        {
            "start": 840561890,
            "stop": 840561894
        },
        {
            "start": 840561895,
            "stop": 840561905
        },
        {
            "start": 840561910,
            "stop": 840561919
        },
        {
            "start": 840561922,
            "stop": 840561969
        },
        {
            "start": 840561971,
            "stop": 840561980
        },
        {
            "start": 840561982,
            "stop": 840561987
        },
        {
            "start": 840561988,
            "stop": 840561990
        },
        {
            "start": 840561992,
            "stop": 840562008
        },
        {
            "start": 840562010,
            "stop": 840562020
        },
        {
            "start": 840562021,
            "stop": 840562024
        },
        {
            "start": 840562026,
            "stop": 840562031
        },
        {
            "start": 840562032,
            "stop": 840562035
        },
        {
            "start": 840562037,
            "stop": 840562038
        },
        {
            "start": 840562040,
            "stop": 840562047
        },
        {
            "start": 840562049,
            "stop": 840562051
        },
        {
            "start": 840562055,
            "stop": 840562068
        },
        {
            "start": 840562070,
            "stop": 840562072
        },
        {
            "start": 840562075,
            "stop": 840562085
        },
        {
            "start": 840562087,
            "stop": 840562089
        }
    ]
}