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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=113",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 114,
    "results": [
        {
            "start": 819219480,
            "stop": 819220440
        },
        {
            "start": 819220500,
            "stop": 819220800
        },
        {
            "start": 819220920,
            "stop": 819221400
        },
        {
            "start": 819221460,
            "stop": 819221940
        },
        {
            "start": 819222000,
            "stop": 819223100
        },
        {
            "start": 819223108,
            "stop": 819223354
        },
        {
            "start": 819223361,
            "stop": 819223740
        },
        {
            "start": 819223800,
            "stop": 819225816
        },
        {
            "start": 819225823,
            "stop": 819226017
        },
        {
            "start": 819226024,
            "stop": 819226573
        },
        {
            "start": 819228203,
            "stop": 819228489
        },
        {
            "start": 819229754,
            "stop": 819229990
        },
        {
            "start": 819229997,
            "stop": 819230113
        },
        {
            "start": 819230311,
            "stop": 819233340
        },
        {
            "start": 819233400,
            "stop": 819233520
        },
        {
            "start": 819233580,
            "stop": 819233684
        },
        {
            "start": 819233691,
            "stop": 819234373
        },
        {
            "start": 819235345,
            "stop": 819235560
        },
        {
            "start": 819235620,
            "stop": 819236580
        },
        {
            "start": 819236640,
            "stop": 819237346
        }
    ]
}