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=1030
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=1031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1029",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1030,
    "results": [
        {
            "start": 872223752,
            "stop": 872223992
        },
        {
            "start": 872224142,
            "stop": 872224892
        },
        {
            "start": 872225483,
            "stop": 872225543
        },
        {
            "start": 872226123,
            "stop": 872226483
        },
        {
            "start": 872228132,
            "stop": 872228432
        },
        {
            "start": 872228779,
            "stop": 872229379
        },
        {
            "start": 872229572,
            "stop": 872229632
        },
        {
            "start": 872229774,
            "stop": 872229834
        },
        {
            "start": 872230029,
            "stop": 872230569
        },
        {
            "start": 872233968,
            "stop": 872234508
        },
        {
            "start": 872234725,
            "stop": 872234905
        },
        {
            "start": 872235202,
            "stop": 872235382
        },
        {
            "start": 872236230,
            "stop": 872236350
        },
        {
            "start": 872236506,
            "stop": 872236566
        },
        {
            "start": 872237688,
            "stop": 872238528
        },
        {
            "start": 872238662,
            "stop": 872239382
        },
        {
            "start": 872239575,
            "stop": 872239995
        },
        {
            "start": 872240085,
            "stop": 872240535
        },
        {
            "start": 872240699,
            "stop": 872241899
        },
        {
            "start": 872242127,
            "stop": 872242487
        }
    ]
}