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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=116",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 117,
    "results": [
        {
            "start": 818253106,
            "stop": 818260210
        },
        {
            "start": 818260214,
            "stop": 818261510
        },
        {
            "start": 818261621,
            "stop": 818261659
        },
        {
            "start": 818261801,
            "stop": 818261958
        },
        {
            "start": 818262071,
            "stop": 818266002
        },
        {
            "start": 818266009,
            "stop": 818267541
        },
        {
            "start": 818267696,
            "stop": 818284380
        },
        {
            "start": 818284387,
            "stop": 818284487
        },
        {
            "start": 818284494,
            "stop": 818284560
        },
        {
            "start": 818284567,
            "stop": 818284723
        },
        {
            "start": 818284730,
            "stop": 818285675
        },
        {
            "start": 818285676,
            "stop": 818285840
        },
        {
            "start": 818285847,
            "stop": 818285902
        },
        {
            "start": 818285910,
            "stop": 818286009
        },
        {
            "start": 818286016,
            "stop": 818286084
        },
        {
            "start": 818286091,
            "stop": 818286190
        },
        {
            "start": 818286197,
            "stop": 818286256
        },
        {
            "start": 818286263,
            "stop": 818286350
        },
        {
            "start": 818286357,
            "stop": 818286409
        },
        {
            "start": 818286416,
            "stop": 818286690
        }
    ]
}