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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=898",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 899,
    "results": [
        {
            "start": 867123840,
            "stop": 867130980
        },
        {
            "start": 867131204,
            "stop": 867136064
        },
        {
            "start": 867137051,
            "stop": 867137111
        },
        {
            "start": 867137532,
            "stop": 867140712
        },
        {
            "start": 867140862,
            "stop": 867143022
        },
        {
            "start": 867144923,
            "stop": 867149243
        },
        {
            "start": 867149478,
            "stop": 867150498
        },
        {
            "start": 867150659,
            "stop": 867151079
        },
        {
            "start": 867151245,
            "stop": 867154725
        },
        {
            "start": 867154915,
            "stop": 867154975
        },
        {
            "start": 867162557,
            "stop": 867162617
        },
        {
            "start": 867162848,
            "stop": 867163148
        },
        {
            "start": 867163238,
            "stop": 867164948
        },
        {
            "start": 867165194,
            "stop": 867166634
        },
        {
            "start": 867166802,
            "stop": 867167162
        },
        {
            "start": 867167307,
            "stop": 867167727
        },
        {
            "start": 867167757,
            "stop": 867168087
        },
        {
            "start": 867168229,
            "stop": 867169009
        },
        {
            "start": 867169240,
            "stop": 867170440
        },
        {
            "start": 867170740,
            "stop": 867171760
        }
    ]
}