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=1027
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=1028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1026",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1027,
    "results": [
        {
            "start": 872164501,
            "stop": 872164621
        },
        {
            "start": 872164773,
            "stop": 872164833
        },
        {
            "start": 872165408,
            "stop": 872166008
        },
        {
            "start": 872166149,
            "stop": 872166329
        },
        {
            "start": 872166471,
            "stop": 872166531
        },
        {
            "start": 872166679,
            "stop": 872166919
        },
        {
            "start": 872167577,
            "stop": 872167697
        },
        {
            "start": 872170188,
            "stop": 872170968
        },
        {
            "start": 872171418,
            "stop": 872171778
        },
        {
            "start": 872172374,
            "stop": 872173514
        },
        {
            "start": 872173918,
            "stop": 872173978
        },
        {
            "start": 872175060,
            "stop": 872175780
        },
        {
            "start": 872175971,
            "stop": 872176511
        },
        {
            "start": 872177659,
            "stop": 872178139
        },
        {
            "start": 872178290,
            "stop": 872178470
        },
        {
            "start": 872178746,
            "stop": 872179166
        },
        {
            "start": 872179845,
            "stop": 872180385
        },
        {
            "start": 872180535,
            "stop": 872180595
        },
        {
            "start": 872180743,
            "stop": 872180863
        },
        {
            "start": 872181033,
            "stop": 872181093
        }
    ]
}