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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1483",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1481",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1482,
    "results": [
        {
            "start": 863533168,
            "stop": 863534862
        },
        {
            "start": 863536030,
            "stop": 863539888
        },
        {
            "start": 863540079,
            "stop": 863543477
        },
        {
            "start": 863543823,
            "stop": 863544082
        },
        {
            "start": 863544085,
            "stop": 863547530
        },
        {
            "start": 863561792,
            "stop": 863564661
        },
        {
            "start": 863591372,
            "stop": 863636507
        },
        {
            "start": 863636729,
            "stop": 863637327
        },
        {
            "start": 863639399,
            "stop": 863643393
        },
        {
            "start": 863656674,
            "stop": 863666159
        },
        {
            "start": 863666162,
            "stop": 863669746
        },
        {
            "start": 863673357,
            "stop": 863683930
        },
        {
            "start": 863685001,
            "stop": 863718382
        },
        {
            "start": 863718385,
            "stop": 863743558
        },
        {
            "start": 863743927,
            "stop": 863760366
        },
        {
            "start": 863760822,
            "stop": 863770774
        },
        {
            "start": 863772906,
            "stop": 863791622
        },
        {
            "start": 863791630,
            "stop": 863830870
        },
        {
            "start": 863830873,
            "stop": 863831480
        },
        {
            "start": 863845685,
            "stop": 863879428
        }
    ]
}