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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4975",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4976,
    "results": [
        {
            "start": 874421164,
            "stop": 874421208
        },
        {
            "start": 874421236,
            "stop": 874421268
        },
        {
            "start": 874421287,
            "stop": 874421494
        },
        {
            "start": 874421536,
            "stop": 874421549
        },
        {
            "start": 874421569,
            "stop": 874421572
        },
        {
            "start": 874421592,
            "stop": 874421630
        },
        {
            "start": 874421649,
            "stop": 874421690
        },
        {
            "start": 874421709,
            "stop": 874421783
        },
        {
            "start": 874421802,
            "stop": 874421804
        },
        {
            "start": 874421823,
            "stop": 874421836
        },
        {
            "start": 874421855,
            "stop": 874421859
        },
        {
            "start": 874421878,
            "stop": 874422021
        },
        {
            "start": 874422025,
            "stop": 874422127
        },
        {
            "start": 874422146,
            "stop": 874422195
        },
        {
            "start": 874422215,
            "stop": 874422228
        },
        {
            "start": 874422247,
            "stop": 874422362
        },
        {
            "start": 874422381,
            "stop": 874422455
        },
        {
            "start": 874422474,
            "stop": 874422481
        },
        {
            "start": 874422500,
            "stop": 874422518
        },
        {
            "start": 874422537,
            "stop": 874422594
        }
    ]
}