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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=190",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 191,
    "results": [
        {
            "start": 933077205,
            "stop": 933077448
        },
        {
            "start": 933077453,
            "stop": 933077700
        },
        {
            "start": 933077703,
            "stop": 933077727
        },
        {
            "start": 933078827,
            "stop": 933078976
        },
        {
            "start": 933078978,
            "stop": 933080415
        },
        {
            "start": 933080775,
            "stop": 933082501
        },
        {
            "start": 933082503,
            "stop": 933084015
        },
        {
            "start": 933084375,
            "stop": 933085732
        },
        {
            "start": 933089709,
            "stop": 933090515
        },
        {
            "start": 933091575,
            "stop": 933091743
        },
        {
            "start": 933091746,
            "stop": 933091757
        },
        {
            "start": 933091760,
            "stop": 933091773
        },
        {
            "start": 933091775,
            "stop": 933092254
        },
        {
            "start": 933092258,
            "stop": 933092312
        },
        {
            "start": 933092314,
            "stop": 933092372
        },
        {
            "start": 933092374,
            "stop": 933093202
        },
        {
            "start": 933095175,
            "stop": 933095773
        },
        {
            "start": 933095777,
            "stop": 933096060
        },
        {
            "start": 933102655,
            "stop": 933102700
        },
        {
            "start": 933104983,
            "stop": 933105615
        }
    ]
}