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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3754",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3752",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3753,
    "results": [
        {
            "start": 873981243,
            "stop": 873981269
        },
        {
            "start": 873981286,
            "stop": 873981353
        },
        {
            "start": 873981370,
            "stop": 873981446
        },
        {
            "start": 873981464,
            "stop": 873981698
        },
        {
            "start": 873981729,
            "stop": 873982001
        },
        {
            "start": 873982019,
            "stop": 873982096
        },
        {
            "start": 873982113,
            "stop": 873982147
        },
        {
            "start": 873982164,
            "stop": 873982170
        },
        {
            "start": 873982187,
            "stop": 873982533
        },
        {
            "start": 873982560,
            "stop": 873982601
        },
        {
            "start": 873982618,
            "stop": 873983349
        },
        {
            "start": 873983366,
            "stop": 873983390
        },
        {
            "start": 873983407,
            "stop": 873983467
        },
        {
            "start": 873983484,
            "stop": 873983911
        },
        {
            "start": 873983928,
            "stop": 873984765
        },
        {
            "start": 873984783,
            "stop": 873986699
        },
        {
            "start": 873986716,
            "stop": 873988030
        },
        {
            "start": 873988047,
            "stop": 873988066
        },
        {
            "start": 873988083,
            "stop": 873988761
        },
        {
            "start": 873988778,
            "stop": 873988870
        }
    ]
}