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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=399",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=397",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 398,
    "results": [
        {
            "start": 935388219,
            "stop": 935388223
        },
        {
            "start": 935388225,
            "stop": 935388239
        },
        {
            "start": 935388243,
            "stop": 935391766
        },
        {
            "start": 935391768,
            "stop": 935391773
        },
        {
            "start": 935391778,
            "stop": 935391792
        },
        {
            "start": 935391794,
            "stop": 935391827
        },
        {
            "start": 935391829,
            "stop": 935391843
        },
        {
            "start": 935391847,
            "stop": 935394597
        },
        {
            "start": 935394642,
            "stop": 935395388
        },
        {
            "start": 935395391,
            "stop": 935395398
        },
        {
            "start": 935395400,
            "stop": 935395417
        },
        {
            "start": 935395419,
            "stop": 935395423
        },
        {
            "start": 935395425,
            "stop": 935395440
        },
        {
            "start": 935395444,
            "stop": 935398965
        },
        {
            "start": 935398967,
            "stop": 935398970
        },
        {
            "start": 935398973,
            "stop": 935398990
        },
        {
            "start": 935398992,
            "stop": 935398999
        },
        {
            "start": 935399001,
            "stop": 935399019
        },
        {
            "start": 935399021,
            "stop": 935399026
        },
        {
            "start": 935399028,
            "stop": 935399043
        }
    ]
}