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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=244",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 245,
    "results": [
        {
            "start": 931574218,
            "stop": 931574220
        },
        {
            "start": 931574221,
            "stop": 931574222
        },
        {
            "start": 931574224,
            "stop": 931574225
        },
        {
            "start": 931574227,
            "stop": 931574228
        },
        {
            "start": 931574230,
            "stop": 931574238
        },
        {
            "start": 931574240,
            "stop": 931574241
        },
        {
            "start": 931574245,
            "stop": 931574249
        },
        {
            "start": 931574251,
            "stop": 931574255
        },
        {
            "start": 931574262,
            "stop": 931574263
        },
        {
            "start": 931574268,
            "stop": 931574269
        },
        {
            "start": 931574270,
            "stop": 931574272
        },
        {
            "start": 931574273,
            "stop": 931574282
        },
        {
            "start": 931574285,
            "stop": 931574286
        },
        {
            "start": 931574287,
            "stop": 931574289
        },
        {
            "start": 931574292,
            "stop": 931574293
        },
        {
            "start": 931574298,
            "stop": 931574304
        },
        {
            "start": 931574310,
            "stop": 931574313
        },
        {
            "start": 931574315,
            "stop": 931574316
        },
        {
            "start": 931574318,
            "stop": 931574333
        },
        {
            "start": 931574337,
            "stop": 931574376
        }
    ]
}