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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=402",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=400",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 401,
    "results": [
        {
            "start": 935388175,
            "stop": 935388188
        },
        {
            "start": 935388190,
            "stop": 935388196
        },
        {
            "start": 935388199,
            "stop": 935388216
        },
        {
            "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
        }
    ]
}