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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=297",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 298,
    "results": [
        {
            "start": 931672289,
            "stop": 931672292
        },
        {
            "start": 931672333,
            "stop": 931672336
        },
        {
            "start": 931672355,
            "stop": 931672366
        },
        {
            "start": 931672386,
            "stop": 931672393
        },
        {
            "start": 931672419,
            "stop": 931672433
        },
        {
            "start": 931672488,
            "stop": 931672491
        },
        {
            "start": 931672510,
            "stop": 931672511
        },
        {
            "start": 931672898,
            "stop": 931672906
        },
        {
            "start": 931673145,
            "stop": 931673147
        },
        {
            "start": 931673566,
            "stop": 931673575
        },
        {
            "start": 931673784,
            "stop": 931673788
        },
        {
            "start": 931674525,
            "stop": 931674526
        },
        {
            "start": 931675121,
            "stop": 931675123
        },
        {
            "start": 931675236,
            "stop": 931675243
        },
        {
            "start": 931675351,
            "stop": 931675356
        },
        {
            "start": 931675438,
            "stop": 931675440
        },
        {
            "start": 931675579,
            "stop": 931675590
        },
        {
            "start": 931675647,
            "stop": 931675666
        },
        {
            "start": 931675740,
            "stop": 931675742
        },
        {
            "start": 931675778,
            "stop": 931675785
        }
    ]
}