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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=118",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 119,
    "results": [
        {
            "start": 931611218,
            "stop": 931611238
        },
        {
            "start": 931611243,
            "stop": 931611246
        },
        {
            "start": 931611252,
            "stop": 931611258
        },
        {
            "start": 931611263,
            "stop": 931611342
        },
        {
            "start": 931611347,
            "stop": 931611570
        },
        {
            "start": 931611576,
            "stop": 931611596
        },
        {
            "start": 931611602,
            "stop": 931611604
        },
        {
            "start": 931611620,
            "stop": 931611704
        },
        {
            "start": 931611709,
            "stop": 931611747
        },
        {
            "start": 931611752,
            "stop": 931612012
        },
        {
            "start": 931612018,
            "stop": 931612076
        },
        {
            "start": 931612081,
            "stop": 931612121
        },
        {
            "start": 931612127,
            "stop": 931612171
        },
        {
            "start": 931612179,
            "stop": 931612183
        },
        {
            "start": 931612189,
            "stop": 931612456
        },
        {
            "start": 931612464,
            "stop": 931612510
        },
        {
            "start": 931612516,
            "stop": 931612548
        },
        {
            "start": 931612553,
            "stop": 931612767
        },
        {
            "start": 931612773,
            "stop": 931612852
        },
        {
            "start": 931612858,
            "stop": 931612972
        }
    ]
}