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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=169",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 170,
    "results": [
        {
            "start": 931862953,
            "stop": 931864482
        },
        {
            "start": 931864488,
            "stop": 931869532
        },
        {
            "start": 931869539,
            "stop": 931873865
        },
        {
            "start": 931873871,
            "stop": 931873902
        },
        {
            "start": 931876107,
            "stop": 931878032
        },
        {
            "start": 931882589,
            "stop": 931882704
        },
        {
            "start": 931883485,
            "stop": 931885126
        },
        {
            "start": 931886238,
            "stop": 931886749
        },
        {
            "start": 931886751,
            "stop": 931886763
        },
        {
            "start": 931886766,
            "stop": 931886779
        },
        {
            "start": 931886782,
            "stop": 931886869
        },
        {
            "start": 931886871,
            "stop": 931886884
        },
        {
            "start": 931886886,
            "stop": 931886913
        },
        {
            "start": 931886916,
            "stop": 931887037
        },
        {
            "start": 931887044,
            "stop": 931887375
        },
        {
            "start": 931887382,
            "stop": 931888036
        },
        {
            "start": 931906891,
            "stop": 931910335
        },
        {
            "start": 931910341,
            "stop": 931913697
        },
        {
            "start": 931914606,
            "stop": 931922598
        },
        {
            "start": 931922601,
            "stop": 931922614
        }
    ]
}