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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1383",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1384,
    "results": [
        {
            "start": 843874616,
            "stop": 843875091
        },
        {
            "start": 843875094,
            "stop": 843875344
        },
        {
            "start": 843875347,
            "stop": 843877371
        },
        {
            "start": 843877374,
            "stop": 843881900
        },
        {
            "start": 843881903,
            "stop": 843882280
        },
        {
            "start": 843882283,
            "stop": 843887052
        },
        {
            "start": 843889288,
            "stop": 843889464
        },
        {
            "start": 843889615,
            "stop": 843890119
        },
        {
            "start": 843890122,
            "stop": 843890131
        },
        {
            "start": 843890134,
            "stop": 843890251
        },
        {
            "start": 843890254,
            "stop": 843890257
        },
        {
            "start": 843890260,
            "stop": 843890262
        },
        {
            "start": 843890266,
            "stop": 843890276
        },
        {
            "start": 843890279,
            "stop": 843890290
        },
        {
            "start": 843890295,
            "stop": 843890298
        },
        {
            "start": 843890301,
            "stop": 843890309
        },
        {
            "start": 843890312,
            "stop": 843890313
        },
        {
            "start": 843890317,
            "stop": 843890320
        },
        {
            "start": 843890326,
            "stop": 843890340
        },
        {
            "start": 843890343,
            "stop": 843890344
        }
    ]
}