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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=253",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 254,
    "results": [
        {
            "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
        },
        {
            "start": 934284900,
            "stop": 934285011
        },
        {
            "start": 934285016,
            "stop": 934285129
        },
        {
            "start": 934285134,
            "stop": 934285163
        },
        {
            "start": 934285165,
            "stop": 934285199
        },
        {
            "start": 934285201,
            "stop": 934285202
        },
        {
            "start": 934285207,
            "stop": 934285219
        },
        {
            "start": 934285224,
            "stop": 934285314
        },
        {
            "start": 934285319,
            "stop": 934285492
        },
        {
            "start": 934285497,
            "stop": 934285521
        },
        {
            "start": 934285526,
            "stop": 934285536
        },
        {
            "start": 934285541,
            "stop": 934285566
        }
    ]
}