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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=151",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 152,
    "results": [
        {
            "start": 931768813,
            "stop": 931768838
        },
        {
            "start": 931768844,
            "stop": 931768925
        },
        {
            "start": 931768931,
            "stop": 931769105
        },
        {
            "start": 931769111,
            "stop": 931769185
        },
        {
            "start": 931769191,
            "stop": 931769242
        },
        {
            "start": 931769248,
            "stop": 931769657
        },
        {
            "start": 931769681,
            "stop": 931769690
        },
        {
            "start": 931769696,
            "stop": 931769703
        },
        {
            "start": 931769717,
            "stop": 931769722
        },
        {
            "start": 931769735,
            "stop": 931769740
        },
        {
            "start": 931769746,
            "stop": 931769748
        },
        {
            "start": 931769754,
            "stop": 931769907
        },
        {
            "start": 931769921,
            "stop": 931769923
        },
        {
            "start": 931769938,
            "stop": 931769939
        },
        {
            "start": 931769964,
            "stop": 931769965
        },
        {
            "start": 931769974,
            "stop": 931769996
        },
        {
            "start": 931770001,
            "stop": 931770081
        },
        {
            "start": 931770087,
            "stop": 931770089
        },
        {
            "start": 931770097,
            "stop": 931770345
        },
        {
            "start": 931770354,
            "stop": 931770359
        }
    ]
}