Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2222
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=2223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2221",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2222,
    "results": [
        {
            "start": 874953518,
            "stop": 874953585
        },
        {
            "start": 874953587,
            "stop": 874954740
        },
        {
            "start": 874954800,
            "stop": 874955787
        },
        {
            "start": 874955790,
            "stop": 874955803
        },
        {
            "start": 874955806,
            "stop": 874958626
        },
        {
            "start": 874958627,
            "stop": 874958946
        },
        {
            "start": 874958951,
            "stop": 874959030
        },
        {
            "start": 874959090,
            "stop": 874959296
        },
        {
            "start": 874959299,
            "stop": 874965549
        },
        {
            "start": 874965556,
            "stop": 874977270
        },
        {
            "start": 874977330,
            "stop": 874979361
        },
        {
            "start": 874984623,
            "stop": 874984880
        },
        {
            "start": 874986318,
            "stop": 875022248
        },
        {
            "start": 875022251,
            "stop": 875022257
        },
        {
            "start": 875022261,
            "stop": 875022265
        },
        {
            "start": 875022268,
            "stop": 875022271
        },
        {
            "start": 875022283,
            "stop": 875022285
        },
        {
            "start": 875022295,
            "stop": 875022640
        },
        {
            "start": 875031523,
            "stop": 875032287
        },
        {
            "start": 875032290,
            "stop": 875032314
        }
    ]
}