Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=686
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=685",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 686,
    "results": [
        {
            "start": 855268763,
            "stop": 855312076
        },
        {
            "start": 855313576,
            "stop": 855339286
        },
        {
            "start": 855339287,
            "stop": 855352842
        },
        {
            "start": 855360456,
            "stop": 855414018
        },
        {
            "start": 855416553,
            "stop": 855417626
        },
        {
            "start": 855459213,
            "stop": 855461337
        },
        {
            "start": 855462027,
            "stop": 855476939
        },
        {
            "start": 855478896,
            "stop": 855485422
        },
        {
            "start": 855499904,
            "stop": 855501125
        },
        {
            "start": 855511643,
            "stop": 855516576
        },
        {
            "start": 855516736,
            "stop": 855520961
        },
        {
            "start": 855521956,
            "stop": 855526457
        },
        {
            "start": 855528028,
            "stop": 855544082
        },
        {
            "start": 855547114,
            "stop": 855557878
        },
        {
            "start": 855558470,
            "stop": 855584385
        },
        {
            "start": 855588405,
            "stop": 855591898
        },
        {
            "start": 855619748,
            "stop": 855620206
        },
        {
            "start": 855622572,
            "stop": 855630052
        },
        {
            "start": 855630055,
            "stop": 855684772
        },
        {
            "start": 855685884,
            "stop": 855689304
        }
    ]
}