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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=243",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 244,
    "results": [
        {
            "start": 855863981,
            "stop": 855864436
        },
        {
            "start": 855865787,
            "stop": 855866238
        },
        {
            "start": 855866693,
            "stop": 855866828
        },
        {
            "start": 855866938,
            "stop": 855866950
        },
        {
            "start": 855867250,
            "stop": 855867698
        },
        {
            "start": 855867944,
            "stop": 855868376
        },
        {
            "start": 855868676,
            "stop": 855869762
        },
        {
            "start": 855869872,
            "stop": 855870053
        },
        {
            "start": 855872992,
            "stop": 855873484
        },
        {
            "start": 855873759,
            "stop": 855873787
        },
        {
            "start": 855873897,
            "stop": 855874343
        },
        {
            "start": 855874519,
            "stop": 855875179
        },
        {
            "start": 855875479,
            "stop": 855875875
        },
        {
            "start": 855876020,
            "stop": 855877585
        },
        {
            "start": 855877702,
            "stop": 855880386
        },
        {
            "start": 855881028,
            "stop": 855901496
        },
        {
            "start": 855902474,
            "stop": 855907587
        },
        {
            "start": 855907913,
            "stop": 855917687
        },
        {
            "start": 855917689,
            "stop": 855943357
        },
        {
            "start": 855943657,
            "stop": 855948987
        }
    ]
}