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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=150",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 151,
    "results": [
        {
            "start": 830533229,
            "stop": 830533235
        },
        {
            "start": 830533255,
            "stop": 830533345
        },
        {
            "start": 830533350,
            "stop": 830533355
        },
        {
            "start": 830533369,
            "stop": 830533604
        },
        {
            "start": 830533618,
            "stop": 830533636
        },
        {
            "start": 830534836,
            "stop": 830534893
        },
        {
            "start": 830536231,
            "stop": 830537657
        },
        {
            "start": 830538022,
            "stop": 830541101
        },
        {
            "start": 830542066,
            "stop": 830542513
        },
        {
            "start": 830543101,
            "stop": 830545210
        },
        {
            "start": 830546039,
            "stop": 830546172
        },
        {
            "start": 830546176,
            "stop": 830546187
        },
        {
            "start": 830546191,
            "stop": 830546619
        },
        {
            "start": 830546623,
            "stop": 830546842
        },
        {
            "start": 830546857,
            "stop": 830546877
        },
        {
            "start": 830546881,
            "stop": 830546907
        },
        {
            "start": 830546911,
            "stop": 830547526
        },
        {
            "start": 830548282,
            "stop": 830548436
        },
        {
            "start": 830549696,
            "stop": 830549833
        },
        {
            "start": 830549868,
            "stop": 830549869
        }
    ]
}