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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=181",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 182,
    "results": [
        {
            "start": 820196129,
            "stop": 820196164
        },
        {
            "start": 820196168,
            "stop": 820196218
        },
        {
            "start": 820196222,
            "stop": 820196230
        },
        {
            "start": 820196235,
            "stop": 820196275
        },
        {
            "start": 820196279,
            "stop": 820196288
        },
        {
            "start": 820197260,
            "stop": 820197556
        },
        {
            "start": 820197559,
            "stop": 820197580
        },
        {
            "start": 820197583,
            "stop": 820197585
        },
        {
            "start": 820197588,
            "stop": 820197657
        },
        {
            "start": 820197660,
            "stop": 820197776
        },
        {
            "start": 820197780,
            "stop": 820197876
        },
        {
            "start": 820197879,
            "stop": 820197934
        },
        {
            "start": 820197937,
            "stop": 820197976
        },
        {
            "start": 820197979,
            "stop": 820198188
        },
        {
            "start": 820198194,
            "stop": 820198212
        },
        {
            "start": 820198216,
            "stop": 820198218
        },
        {
            "start": 820198221,
            "stop": 820198229
        },
        {
            "start": 820198234,
            "stop": 820198285
        },
        {
            "start": 820198289,
            "stop": 820198330
        },
        {
            "start": 820198333,
            "stop": 820198362
        }
    ]
}