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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=222",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 223,
    "results": [
        {
            "start": 842989005,
            "stop": 842989006
        },
        {
            "start": 842989412,
            "stop": 842994493
        },
        {
            "start": 842995734,
            "stop": 842996053
        },
        {
            "start": 842997055,
            "stop": 842997970
        },
        {
            "start": 842999102,
            "stop": 843025573
        },
        {
            "start": 843027158,
            "stop": 843167713
        },
        {
            "start": 843168844,
            "stop": 843174973
        },
        {
            "start": 843175463,
            "stop": 843240073
        },
        {
            "start": 843240077,
            "stop": 843240079
        },
        {
            "start": 843240173,
            "stop": 843257767
        },
        {
            "start": 843258041,
            "stop": 843318086
        },
        {
            "start": 843347138,
            "stop": 843359821
        },
        {
            "start": 843359901,
            "stop": 843406016
        },
        {
            "start": 843406107,
            "stop": 843410593
        },
        {
            "start": 843410599,
            "stop": 843410600
        },
        {
            "start": 843410713,
            "stop": 843414244
        },
        {
            "start": 843415097,
            "stop": 843421633
        },
        {
            "start": 843422641,
            "stop": 843427513
        },
        {
            "start": 843430033,
            "stop": 843431648
        },
        {
            "start": 843432520,
            "stop": 843433143
        }
    ]
}