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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=392",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 393,
    "results": [
        {
            "start": 866941775,
            "stop": 866944518
        },
        {
            "start": 866944818,
            "stop": 866944855
        },
        {
            "start": 866945155,
            "stop": 866945462
        },
        {
            "start": 866945572,
            "stop": 866945715
        },
        {
            "start": 866946138,
            "stop": 866946623
        },
        {
            "start": 866946923,
            "stop": 866947077
        },
        {
            "start": 866947187,
            "stop": 866947786
        },
        {
            "start": 866948086,
            "stop": 866948519
        },
        {
            "start": 866948629,
            "stop": 866948669
        },
        {
            "start": 866949265,
            "stop": 866949306
        },
        {
            "start": 866949803,
            "stop": 866950217
        },
        {
            "start": 866950597,
            "stop": 866950654
        },
        {
            "start": 866950963,
            "stop": 866951286
        },
        {
            "start": 866951586,
            "stop": 866952557
        },
        {
            "start": 866952857,
            "stop": 866953252
        },
        {
            "start": 866953552,
            "stop": 866953629
        },
        {
            "start": 866954279,
            "stop": 866954677
        },
        {
            "start": 866954977,
            "stop": 866955449
        },
        {
            "start": 866955761,
            "stop": 866956083
        },
        {
            "start": 866956383,
            "stop": 866956452
        }
    ]
}