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=1003
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=1004",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1002",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1003,
    "results": [
        {
            "start": 870990672,
            "stop": 870991812
        },
        {
            "start": 870992853,
            "stop": 870993513
        },
        {
            "start": 870994040,
            "stop": 871002800
        },
        {
            "start": 871002977,
            "stop": 871004417
        },
        {
            "start": 871004633,
            "stop": 871009433
        },
        {
            "start": 871009601,
            "stop": 871014341
        },
        {
            "start": 871014621,
            "stop": 871016511
        },
        {
            "start": 871017660,
            "stop": 871022100
        },
        {
            "start": 871022309,
            "stop": 871027829
        },
        {
            "start": 871028143,
            "stop": 871028563
        },
        {
            "start": 871030603,
            "stop": 871031953
        },
        {
            "start": 871032073,
            "stop": 871032403
        },
        {
            "start": 871034155,
            "stop": 871036915
        },
        {
            "start": 871040019,
            "stop": 871040439
        },
        {
            "start": 871040643,
            "stop": 871041183
        },
        {
            "start": 871041491,
            "stop": 871044671
        },
        {
            "start": 871046282,
            "stop": 871046522
        },
        {
            "start": 871046682,
            "stop": 871047162
        },
        {
            "start": 871047329,
            "stop": 871047989
        },
        {
            "start": 871050947,
            "stop": 871051007
        }
    ]
}