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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=131",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 132,
    "results": [
        {
            "start": 931128967,
            "stop": 931128978
        },
        {
            "start": 931128979,
            "stop": 931129009
        },
        {
            "start": 931129010,
            "stop": 931129024
        },
        {
            "start": 931129025,
            "stop": 931129027
        },
        {
            "start": 931129028,
            "stop": 931129032
        },
        {
            "start": 931129033,
            "stop": 931129045
        },
        {
            "start": 931129046,
            "stop": 931129049
        },
        {
            "start": 931129050,
            "stop": 931129052
        },
        {
            "start": 931129053,
            "stop": 931129062
        },
        {
            "start": 931129064,
            "stop": 931129089
        },
        {
            "start": 931129090,
            "stop": 931129092
        },
        {
            "start": 931129093,
            "stop": 931129097
        },
        {
            "start": 931129099,
            "stop": 931129120
        },
        {
            "start": 931129121,
            "stop": 931129123
        },
        {
            "start": 931129124,
            "stop": 931129126
        },
        {
            "start": 931129127,
            "stop": 931129129
        },
        {
            "start": 931129130,
            "stop": 931129136
        },
        {
            "start": 931129137,
            "stop": 931129157
        },
        {
            "start": 931129158,
            "stop": 931129165
        },
        {
            "start": 931129166,
            "stop": 931129170
        }
    ]
}