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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=318",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 319,
    "results": [
        {
            "start": 855868745,
            "stop": 855868997
        },
        {
            "start": 855869006,
            "stop": 855869035
        },
        {
            "start": 855869039,
            "stop": 855869059
        },
        {
            "start": 855869064,
            "stop": 855869734
        },
        {
            "start": 855869738,
            "stop": 855869744
        },
        {
            "start": 855869748,
            "stop": 855869947
        },
        {
            "start": 855869951,
            "stop": 855870422
        },
        {
            "start": 855872992,
            "stop": 855873273
        },
        {
            "start": 855873276,
            "stop": 855873335
        },
        {
            "start": 855873339,
            "stop": 855873469
        },
        {
            "start": 855873473,
            "stop": 855873484
        },
        {
            "start": 855873759,
            "stop": 855873785
        },
        {
            "start": 855873789,
            "stop": 855874082
        },
        {
            "start": 855874086,
            "stop": 855874343
        },
        {
            "start": 855874519,
            "stop": 855875867
        },
        {
            "start": 855875871,
            "stop": 855875875
        },
        {
            "start": 855876020,
            "stop": 855876812
        },
        {
            "start": 855876816,
            "stop": 855877221
        },
        {
            "start": 855877225,
            "stop": 855877585
        },
        {
            "start": 855877702,
            "stop": 855877747
        }
    ]
}