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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=248",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 249,
    "results": [
        {
            "start": 820930841,
            "stop": 820930932
        },
        {
            "start": 820930939,
            "stop": 820931144
        },
        {
            "start": 820931152,
            "stop": 820931240
        },
        {
            "start": 820931247,
            "stop": 820931507
        },
        {
            "start": 820931514,
            "stop": 820931864
        },
        {
            "start": 820931871,
            "stop": 820932260
        },
        {
            "start": 820932267,
            "stop": 820933140
        },
        {
            "start": 820933200,
            "stop": 820933260
        },
        {
            "start": 820933500,
            "stop": 820933560
        },
        {
            "start": 820933800,
            "stop": 820933860
        },
        {
            "start": 820933980,
            "stop": 820934051
        },
        {
            "start": 820934862,
            "stop": 820934867
        },
        {
            "start": 820934871,
            "stop": 820934940
        },
        {
            "start": 820935060,
            "stop": 820935120
        },
        {
            "start": 820935180,
            "stop": 820935207
        },
        {
            "start": 820935214,
            "stop": 820935481
        },
        {
            "start": 820935489,
            "stop": 820935660
        },
        {
            "start": 820935720,
            "stop": 820935780
        },
        {
            "start": 820935840,
            "stop": 820936080
        },
        {
            "start": 820936210,
            "stop": 820936680
        }
    ]
}