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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=101",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 102,
    "results": [
        {
            "start": 931674560,
            "stop": 931674741
        },
        {
            "start": 931685699,
            "stop": 931685890
        },
        {
            "start": 931686010,
            "stop": 931686150
        },
        {
            "start": 931699570,
            "stop": 931699591
        },
        {
            "start": 931704428,
            "stop": 931704430
        },
        {
            "start": 931704458,
            "stop": 931704460
        },
        {
            "start": 931704516,
            "stop": 931704525
        },
        {
            "start": 931704565,
            "stop": 931704569
        },
        {
            "start": 931704813,
            "stop": 931704818
        },
        {
            "start": 931704835,
            "stop": 931704837
        },
        {
            "start": 931704896,
            "stop": 931704901
        },
        {
            "start": 931705099,
            "stop": 931705104
        },
        {
            "start": 931705141,
            "stop": 931705164
        },
        {
            "start": 931705184,
            "stop": 931705204
        },
        {
            "start": 931705581,
            "stop": 931705587
        },
        {
            "start": 931705620,
            "stop": 931705622
        },
        {
            "start": 931705657,
            "stop": 931705664
        },
        {
            "start": 931705904,
            "stop": 931705907
        },
        {
            "start": 931705956,
            "stop": 931705957
        },
        {
            "start": 931705978,
            "stop": 931705980
        }
    ]
}