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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=135",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 136,
    "results": [
        {
            "start": 834573350,
            "stop": 834573913
        },
        {
            "start": 834573992,
            "stop": 834574135
        },
        {
            "start": 834574137,
            "stop": 834593588
        },
        {
            "start": 834594295,
            "stop": 834596617
        },
        {
            "start": 834598884,
            "stop": 834614410
        },
        {
            "start": 834620814,
            "stop": 834621705
        },
        {
            "start": 834621707,
            "stop": 834621874
        },
        {
            "start": 834621876,
            "stop": 834622114
        },
        {
            "start": 834622117,
            "stop": 834622836
        },
        {
            "start": 834626164,
            "stop": 834631926
        },
        {
            "start": 834633082,
            "stop": 834634685
        },
        {
            "start": 834636137,
            "stop": 834636268
        },
        {
            "start": 834641495,
            "stop": 834642533
        },
        {
            "start": 834644221,
            "stop": 834646490
        },
        {
            "start": 834647513,
            "stop": 834648018
        },
        {
            "start": 834648096,
            "stop": 834649752
        },
        {
            "start": 834651954,
            "stop": 834656337
        },
        {
            "start": 834656340,
            "stop": 834656910
        },
        {
            "start": 834658682,
            "stop": 834660414
        },
        {
            "start": 834660502,
            "stop": 834660806
        }
    ]
}