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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=167",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 168,
    "results": [
        {
            "start": 826903223,
            "stop": 826903225
        },
        {
            "start": 826903229,
            "stop": 826903234
        },
        {
            "start": 826903236,
            "stop": 826903240
        },
        {
            "start": 826903243,
            "stop": 826903245
        },
        {
            "start": 826903247,
            "stop": 826903290
        },
        {
            "start": 826903293,
            "stop": 826903308
        },
        {
            "start": 826903310,
            "stop": 826903329
        },
        {
            "start": 826903332,
            "stop": 826903334
        },
        {
            "start": 826903336,
            "stop": 826903393
        },
        {
            "start": 826903400,
            "stop": 826903402
        },
        {
            "start": 826903404,
            "stop": 826903405
        },
        {
            "start": 826903410,
            "stop": 826903412
        },
        {
            "start": 826903414,
            "stop": 826903447
        },
        {
            "start": 826903449,
            "stop": 826903453
        },
        {
            "start": 826903457,
            "stop": 826903459
        },
        {
            "start": 826903461,
            "stop": 826903474
        },
        {
            "start": 826903481,
            "stop": 826903484
        },
        {
            "start": 826903488,
            "stop": 826903492
        },
        {
            "start": 826903494,
            "stop": 826903502
        },
        {
            "start": 826903505,
            "stop": 826903512
        }
    ]
}