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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4648",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4649,
    "results": [
        {
            "start": 874262112,
            "stop": 874262134
        },
        {
            "start": 874262189,
            "stop": 874262198
        },
        {
            "start": 874262226,
            "stop": 874262239
        },
        {
            "start": 874262275,
            "stop": 874262320
        },
        {
            "start": 874262339,
            "stop": 874262367
        },
        {
            "start": 874262391,
            "stop": 874262404
        },
        {
            "start": 874262423,
            "stop": 874262469
        },
        {
            "start": 874262489,
            "stop": 874262503
        },
        {
            "start": 874262522,
            "stop": 874262530
        },
        {
            "start": 874262549,
            "stop": 874262626
        },
        {
            "start": 874262645,
            "stop": 874262655
        },
        {
            "start": 874262674,
            "stop": 874262691
        },
        {
            "start": 874262749,
            "stop": 874262770
        },
        {
            "start": 874262789,
            "stop": 874262812
        },
        {
            "start": 874262831,
            "stop": 874262838
        },
        {
            "start": 874262862,
            "stop": 874262868
        },
        {
            "start": 874263150,
            "stop": 874263186
        },
        {
            "start": 874263210,
            "stop": 874263224
        },
        {
            "start": 874263244,
            "stop": 874263308
        },
        {
            "start": 874263331,
            "stop": 874263348
        }
    ]
}