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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=811",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=809",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 810,
    "results": [
        {
            "start": 859379428,
            "stop": 859381948
        },
        {
            "start": 859382116,
            "stop": 859382296
        },
        {
            "start": 859382491,
            "stop": 859382851
        },
        {
            "start": 859383017,
            "stop": 859383197
        },
        {
            "start": 859383348,
            "stop": 859383438
        },
        {
            "start": 859388990,
            "stop": 859389590
        },
        {
            "start": 859389923,
            "stop": 859392203
        },
        {
            "start": 859392342,
            "stop": 859393842
        },
        {
            "start": 859394196,
            "stop": 859394376
        },
        {
            "start": 859394526,
            "stop": 859397406
        },
        {
            "start": 859397616,
            "stop": 859399836
        },
        {
            "start": 859401178,
            "stop": 859401718
        },
        {
            "start": 859402004,
            "stop": 859406924
        },
        {
            "start": 859407079,
            "stop": 859408819
        },
        {
            "start": 859409325,
            "stop": 859409445
        },
        {
            "start": 859409859,
            "stop": 859416759
        },
        {
            "start": 859416889,
            "stop": 859417219
        },
        {
            "start": 859417249,
            "stop": 859419589
        },
        {
            "start": 859419739,
            "stop": 859423009
        },
        {
            "start": 859423261,
            "stop": 859425571
        }
    ]
}