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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=130",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 131,
    "results": [
        {
            "start": 831860609,
            "stop": 831871093
        },
        {
            "start": 831871144,
            "stop": 831871145
        },
        {
            "start": 831873460,
            "stop": 831911413
        },
        {
            "start": 831913030,
            "stop": 831923458
        },
        {
            "start": 831931179,
            "stop": 831934014
        },
        {
            "start": 831937050,
            "stop": 831938810
        },
        {
            "start": 831940387,
            "stop": 831944022
        },
        {
            "start": 831944523,
            "stop": 831962833
        },
        {
            "start": 831962950,
            "stop": 831964218
        },
        {
            "start": 831964219,
            "stop": 831982693
        },
        {
            "start": 831985270,
            "stop": 832001391
        },
        {
            "start": 832005076,
            "stop": 832008853
        },
        {
            "start": 832011322,
            "stop": 832012633
        },
        {
            "start": 832014671,
            "stop": 832017673
        },
        {
            "start": 832018393,
            "stop": 832019034
        },
        {
            "start": 832021111,
            "stop": 832025380
        },
        {
            "start": 832025381,
            "stop": 832029192
        },
        {
            "start": 832031460,
            "stop": 832031773
        },
        {
            "start": 832033346,
            "stop": 832037593
        },
        {
            "start": 832043200,
            "stop": 832043713
        }
    ]
}