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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5965",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5966,
    "results": [
        {
            "start": 875229576,
            "stop": 875229619
        },
        {
            "start": 875229622,
            "stop": 875229782
        },
        {
            "start": 875229785,
            "stop": 875229859
        },
        {
            "start": 875229865,
            "stop": 875229887
        },
        {
            "start": 875229890,
            "stop": 875229923
        },
        {
            "start": 875229926,
            "stop": 875229951
        },
        {
            "start": 875229955,
            "stop": 875229963
        },
        {
            "start": 875229966,
            "stop": 875230062
        },
        {
            "start": 875230065,
            "stop": 875230096
        },
        {
            "start": 875230100,
            "stop": 875230142
        },
        {
            "start": 875230145,
            "stop": 875230151
        },
        {
            "start": 875230155,
            "stop": 875230196
        },
        {
            "start": 875231472,
            "stop": 875232014
        }
    ]
}