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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=294",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 295,
    "results": [
        {
            "start": 852141883,
            "stop": 852141908
        },
        {
            "start": 852141917,
            "stop": 852142321
        },
        {
            "start": 852142324,
            "stop": 852142378
        },
        {
            "start": 852142382,
            "stop": 852142403
        },
        {
            "start": 852142407,
            "stop": 852142627
        },
        {
            "start": 852142631,
            "stop": 852142642
        },
        {
            "start": 852142646,
            "stop": 852142715
        },
        {
            "start": 852142718,
            "stop": 852142738
        },
        {
            "start": 852142742,
            "stop": 852142753
        },
        {
            "start": 852142757,
            "stop": 852142773
        },
        {
            "start": 852142781,
            "stop": 852142868
        },
        {
            "start": 852142871,
            "stop": 852142902
        },
        {
            "start": 852142906,
            "stop": 852143065
        },
        {
            "start": 852143069,
            "stop": 852143094
        },
        {
            "start": 852143098,
            "stop": 852144733
        },
        {
            "start": 852144856,
            "stop": 852145066
        },
        {
            "start": 852145075,
            "stop": 852145235
        },
        {
            "start": 852145239,
            "stop": 852145274
        },
        {
            "start": 852145278,
            "stop": 852145844
        },
        {
            "start": 852145848,
            "stop": 852146847
        }
    ]
}