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=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=308",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 309,
    "results": [
        {
            "start": 833110205,
            "stop": 833110445
        },
        {
            "start": 833118271,
            "stop": 833118631
        },
        {
            "start": 833125782,
            "stop": 833125902
        },
        {
            "start": 833127803,
            "stop": 833128583
        },
        {
            "start": 833128918,
            "stop": 833128978
        },
        {
            "start": 833131699,
            "stop": 833131759
        },
        {
            "start": 833142666,
            "stop": 833142786
        },
        {
            "start": 833144910,
            "stop": 833145150
        },
        {
            "start": 833148582,
            "stop": 833148942
        },
        {
            "start": 833149112,
            "stop": 833149172
        },
        {
            "start": 833149526,
            "stop": 833151116
        },
        {
            "start": 833151146,
            "stop": 833151206
        },
        {
            "start": 833151236,
            "stop": 833151296
        },
        {
            "start": 833151326,
            "stop": 833153426
        },
        {
            "start": 833153576,
            "stop": 833156156
        },
        {
            "start": 833156306,
            "stop": 833161526
        },
        {
            "start": 833161676,
            "stop": 833162606
        },
        {
            "start": 833162769,
            "stop": 833170389
        },
        {
            "start": 833170524,
            "stop": 833172534
        },
        {
            "start": 833172564,
            "stop": 833174424
        }
    ]
}