Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=38",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 39,
    "results": [
        {
            "start": 820895456,
            "stop": 820895462
        },
        {
            "start": 820895471,
            "stop": 820895486
        },
        {
            "start": 820895490,
            "stop": 820895495
        },
        {
            "start": 820895499,
            "stop": 820895505
        },
        {
            "start": 820895509,
            "stop": 820895534
        },
        {
            "start": 820895538,
            "stop": 820895588
        },
        {
            "start": 820895592,
            "stop": 820895695
        },
        {
            "start": 820895700,
            "stop": 820895715
        },
        {
            "start": 820895719,
            "stop": 820895772
        },
        {
            "start": 820895796,
            "stop": 820895821
        },
        {
            "start": 820895829,
            "stop": 820895893
        },
        {
            "start": 820895896,
            "stop": 820895936
        },
        {
            "start": 820895940,
            "stop": 820895946
        },
        {
            "start": 820895954,
            "stop": 820896138
        },
        {
            "start": 820896142,
            "stop": 820896335
        },
        {
            "start": 820896339,
            "stop": 820896345
        },
        {
            "start": 820896349,
            "stop": 820896413
        },
        {
            "start": 820896416,
            "stop": 820896451
        },
        {
            "start": 820896470,
            "stop": 820896501
        },
        {
            "start": 820896505,
            "stop": 820920126
        }
    ]
}