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=4833
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=4834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4832",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4833,
    "results": [
        {
            "start": 874701717,
            "stop": 874701750
        },
        {
            "start": 874701770,
            "stop": 874701779
        },
        {
            "start": 874701798,
            "stop": 874701808
        },
        {
            "start": 874701830,
            "stop": 874701831
        },
        {
            "start": 874701885,
            "stop": 874701896
        },
        {
            "start": 874701924,
            "stop": 874701927
        },
        {
            "start": 874701946,
            "stop": 874701964
        },
        {
            "start": 874701984,
            "stop": 874701987
        },
        {
            "start": 874702023,
            "stop": 874702037
        },
        {
            "start": 874702067,
            "stop": 874702071
        },
        {
            "start": 874702105,
            "stop": 874702125
        },
        {
            "start": 874702144,
            "stop": 874702158
        },
        {
            "start": 874702178,
            "stop": 874702182
        },
        {
            "start": 874702221,
            "stop": 874702245
        },
        {
            "start": 874702264,
            "stop": 874702271
        },
        {
            "start": 874702290,
            "stop": 874702293
        },
        {
            "start": 874702317,
            "stop": 874702327
        },
        {
            "start": 874702369,
            "stop": 874702389
        },
        {
            "start": 874702408,
            "stop": 874702409
        },
        {
            "start": 874702428,
            "stop": 874702438
        }
    ]
}