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=4315
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=4316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4314",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4315,
    "results": [
        {
            "start": 874701586,
            "stop": 874701588
        },
        {
            "start": 874701608,
            "stop": 874701618
        },
        {
            "start": 874701651,
            "stop": 874701656
        },
        {
            "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
        }
    ]
}