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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=141",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 142,
    "results": [
        {
            "start": 818612818,
            "stop": 818613434
        },
        {
            "start": 818613441,
            "stop": 818614729
        },
        {
            "start": 818614736,
            "stop": 818615567
        },
        {
            "start": 818615574,
            "stop": 818615641
        },
        {
            "start": 818618136,
            "stop": 818621247
        },
        {
            "start": 818621260,
            "stop": 818621270
        },
        {
            "start": 818621933,
            "stop": 818623685
        },
        {
            "start": 818623694,
            "stop": 818623815
        },
        {
            "start": 818624315,
            "stop": 818624500
        },
        {
            "start": 818625923,
            "stop": 818631804
        },
        {
            "start": 818633808,
            "stop": 818633923
        },
        {
            "start": 818633929,
            "stop": 818634050
        },
        {
            "start": 818634525,
            "stop": 818637646
        },
        {
            "start": 818637652,
            "stop": 818637683
        },
        {
            "start": 818638317,
            "stop": 818639055
        },
        {
            "start": 818639066,
            "stop": 818639067
        },
        {
            "start": 818639187,
            "stop": 818639518
        },
        {
            "start": 818639658,
            "stop": 818639941
        },
        {
            "start": 818639947,
            "stop": 818640003
        },
        {
            "start": 818640140,
            "stop": 818641031
        }
    ]
}