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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=144",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 145,
    "results": [
        {
            "start": 931741889,
            "stop": 931741924
        },
        {
            "start": 931741935,
            "stop": 931741938
        },
        {
            "start": 931741943,
            "stop": 931742095
        },
        {
            "start": 931742100,
            "stop": 931742340
        },
        {
            "start": 931742346,
            "stop": 931742741
        },
        {
            "start": 931742747,
            "stop": 931743097
        },
        {
            "start": 931743103,
            "stop": 931743298
        },
        {
            "start": 931743306,
            "stop": 931743480
        },
        {
            "start": 931743488,
            "stop": 931743765
        },
        {
            "start": 931743771,
            "stop": 931743966
        },
        {
            "start": 931743978,
            "stop": 931744012
        },
        {
            "start": 931744018,
            "stop": 931744130
        },
        {
            "start": 931744138,
            "stop": 931744150
        },
        {
            "start": 931744155,
            "stop": 931744162
        },
        {
            "start": 931744179,
            "stop": 931744206
        },
        {
            "start": 931744211,
            "stop": 931744767
        },
        {
            "start": 931744773,
            "stop": 931745005
        },
        {
            "start": 931745011,
            "stop": 931745013
        },
        {
            "start": 931745020,
            "stop": 931745105
        },
        {
            "start": 931745111,
            "stop": 931745113
        }
    ]
}