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=1320
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=1321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1319",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1320,
    "results": [
        {
            "start": 843838102,
            "stop": 843838120
        },
        {
            "start": 843838123,
            "stop": 843838125
        },
        {
            "start": 843838128,
            "stop": 843838140
        },
        {
            "start": 843838143,
            "stop": 843838145
        },
        {
            "start": 843838148,
            "stop": 843838149
        },
        {
            "start": 843838152,
            "stop": 843838169
        },
        {
            "start": 843838177,
            "stop": 843838191
        },
        {
            "start": 843838194,
            "stop": 843838198
        },
        {
            "start": 843838201,
            "stop": 843838204
        },
        {
            "start": 843838207,
            "stop": 843838228
        },
        {
            "start": 843838231,
            "stop": 843838232
        },
        {
            "start": 843838235,
            "stop": 843838282
        },
        {
            "start": 843838285,
            "stop": 843838391
        },
        {
            "start": 843838394,
            "stop": 843838400
        },
        {
            "start": 843838404,
            "stop": 843838415
        },
        {
            "start": 843838418,
            "stop": 843838420
        },
        {
            "start": 843838423,
            "stop": 843838452
        },
        {
            "start": 843838455,
            "stop": 843838480
        },
        {
            "start": 843838483,
            "stop": 843838490
        },
        {
            "start": 843838493,
            "stop": 843838498
        }
    ]
}