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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=183",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 184,
    "results": [
        {
            "start": 826246903,
            "stop": 826247203
        },
        {
            "start": 826247541,
            "stop": 826247601
        },
        {
            "start": 826247757,
            "stop": 826247997
        },
        {
            "start": 826248396,
            "stop": 826248516
        },
        {
            "start": 826249581,
            "stop": 826249641
        },
        {
            "start": 826249810,
            "stop": 826250290
        },
        {
            "start": 826251935,
            "stop": 826252055
        },
        {
            "start": 826252337,
            "stop": 826252877
        },
        {
            "start": 826253342,
            "stop": 826253582
        },
        {
            "start": 826253735,
            "stop": 826253915
        },
        {
            "start": 826254450,
            "stop": 826254570
        },
        {
            "start": 826254723,
            "stop": 826254783
        },
        {
            "start": 826254957,
            "stop": 826255017
        },
        {
            "start": 826255568,
            "stop": 826255628
        },
        {
            "start": 826256125,
            "stop": 826256365
        },
        {
            "start": 826256776,
            "stop": 826256836
        },
        {
            "start": 826257408,
            "stop": 826257468
        },
        {
            "start": 826257914,
            "stop": 826258574
        },
        {
            "start": 826258731,
            "stop": 826258791
        },
        {
            "start": 826259208,
            "stop": 826259388
        }
    ]
}