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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=243",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 244,
    "results": [
        {
            "start": 934282767,
            "stop": 934282815
        },
        {
            "start": 934283055,
            "stop": 934283215
        },
        {
            "start": 934283221,
            "stop": 934283251
        },
        {
            "start": 934283256,
            "stop": 934283284
        },
        {
            "start": 934283289,
            "stop": 934283470
        },
        {
            "start": 934283475,
            "stop": 934283543
        },
        {
            "start": 934283548,
            "stop": 934283585
        },
        {
            "start": 934283590,
            "stop": 934283635
        },
        {
            "start": 934283640,
            "stop": 934283680
        },
        {
            "start": 934283685,
            "stop": 934283739
        },
        {
            "start": 934283744,
            "stop": 934283895
        },
        {
            "start": 934283900,
            "stop": 934284030
        },
        {
            "start": 934284035,
            "stop": 934284115
        },
        {
            "start": 934284120,
            "stop": 934284197
        },
        {
            "start": 934284202,
            "stop": 934284228
        },
        {
            "start": 934284233,
            "stop": 934284472
        },
        {
            "start": 934284475,
            "stop": 934284665
        },
        {
            "start": 934284670,
            "stop": 934284739
        },
        {
            "start": 934284744,
            "stop": 934284791
        },
        {
            "start": 934284796,
            "stop": 934284895
        }
    ]
}