Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8100
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=8101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8099",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8100,
    "results": [
        {
            "start": 970679222,
            "stop": 970679548
        },
        {
            "start": 970679551,
            "stop": 970681144
        },
        {
            "start": 970681147,
            "stop": 970681216
        },
        {
            "start": 970681219,
            "stop": 970681518
        },
        {
            "start": 970681521,
            "stop": 970682571
        },
        {
            "start": 970682582,
            "stop": 970682969
        },
        {
            "start": 970682972,
            "stop": 970683869
        },
        {
            "start": 970683872,
            "stop": 970684435
        },
        {
            "start": 970684438,
            "stop": 970684961
        },
        {
            "start": 970684964,
            "stop": 970685130
        },
        {
            "start": 970685133,
            "stop": 970686594
        },
        {
            "start": 970686597,
            "stop": 970687031
        },
        {
            "start": 970687034,
            "stop": 970687838
        },
        {
            "start": 970687841,
            "stop": 970688627
        },
        {
            "start": 970688630,
            "stop": 970689226
        },
        {
            "start": 970689229,
            "stop": 970689645
        },
        {
            "start": 970689648,
            "stop": 970690578
        },
        {
            "start": 970690581,
            "stop": 970690778
        },
        {
            "start": 970690781,
            "stop": 970690899
        },
        {
            "start": 970690902,
            "stop": 970691401
        }
    ]
}