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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=219",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 220,
    "results": [
        {
            "start": 842922704,
            "stop": 842922714
        },
        {
            "start": 842922718,
            "stop": 842922729
        },
        {
            "start": 842922733,
            "stop": 842922739
        },
        {
            "start": 842922752,
            "stop": 842922762
        },
        {
            "start": 842922766,
            "stop": 842922990
        },
        {
            "start": 842922994,
            "stop": 842923053
        },
        {
            "start": 842923057,
            "stop": 842923063
        },
        {
            "start": 842923067,
            "stop": 842923078
        },
        {
            "start": 842923081,
            "stop": 842923136
        },
        {
            "start": 842923140,
            "stop": 842923146
        },
        {
            "start": 842923150,
            "stop": 842923225
        },
        {
            "start": 842923247,
            "stop": 842923287
        },
        {
            "start": 842923291,
            "stop": 842923354
        },
        {
            "start": 842923371,
            "stop": 842923415
        },
        {
            "start": 842923419,
            "stop": 842923434
        },
        {
            "start": 842923438,
            "stop": 842923467
        },
        {
            "start": 842923471,
            "stop": 842923492
        },
        {
            "start": 842923495,
            "stop": 842923506
        },
        {
            "start": 842923510,
            "stop": 842923540
        },
        {
            "start": 842923553,
            "stop": 842923564
        }
    ]
}