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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=187",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 188,
    "results": [
        {
            "start": 839260427,
            "stop": 839264684
        },
        {
            "start": 839265169,
            "stop": 839267089
        },
        {
            "start": 839267936,
            "stop": 839284931
        },
        {
            "start": 839286074,
            "stop": 839296813
        },
        {
            "start": 839297538,
            "stop": 839297688
        },
        {
            "start": 839299054,
            "stop": 839299252
        },
        {
            "start": 839299913,
            "stop": 839300093
        },
        {
            "start": 839301719,
            "stop": 839302188
        },
        {
            "start": 839302921,
            "stop": 839303134
        },
        {
            "start": 839303138,
            "stop": 839304180
        },
        {
            "start": 839305221,
            "stop": 839305402
        },
        {
            "start": 839305406,
            "stop": 839305650
        },
        {
            "start": 839305654,
            "stop": 839337913
        },
        {
            "start": 839338799,
            "stop": 839342211
        },
        {
            "start": 839344887,
            "stop": 839347333
        },
        {
            "start": 839349098,
            "stop": 839361778
        },
        {
            "start": 839361864,
            "stop": 839361983
        },
        {
            "start": 839363863,
            "stop": 839371026
        },
        {
            "start": 839371705,
            "stop": 839564653
        },
        {
            "start": 839567486,
            "stop": 839606214
        }
    ]
}