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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=163",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 164,
    "results": [
        {
            "start": 931136250,
            "stop": 931136252
        },
        {
            "start": 931136253,
            "stop": 931136254
        },
        {
            "start": 931136257,
            "stop": 931136262
        },
        {
            "start": 931136265,
            "stop": 931136269
        },
        {
            "start": 931136272,
            "stop": 931136276
        },
        {
            "start": 931136291,
            "stop": 931136296
        },
        {
            "start": 931136297,
            "stop": 931136301
        },
        {
            "start": 931136308,
            "stop": 931136310
        },
        {
            "start": 931136318,
            "stop": 931136319
        },
        {
            "start": 931136322,
            "stop": 931136323
        },
        {
            "start": 931136326,
            "stop": 931136327
        },
        {
            "start": 931136329,
            "stop": 931136331
        },
        {
            "start": 931136334,
            "stop": 931136335
        },
        {
            "start": 931136339,
            "stop": 931136340
        },
        {
            "start": 931136341,
            "stop": 931136343
        },
        {
            "start": 931136344,
            "stop": 931136346
        },
        {
            "start": 931136348,
            "stop": 931136351
        },
        {
            "start": 931136352,
            "stop": 931136353
        },
        {
            "start": 931136355,
            "stop": 931136357
        },
        {
            "start": 931136359,
            "stop": 931136372
        }
    ]
}