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=7880
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=7881",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7879",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7880,
    "results": [
        {
            "start": 969900255,
            "stop": 969900273
        },
        {
            "start": 969900309,
            "stop": 969900312
        },
        {
            "start": 969900327,
            "stop": 969900559
        },
        {
            "start": 969900629,
            "stop": 969900630
        },
        {
            "start": 969900644,
            "stop": 969900645
        },
        {
            "start": 969900648,
            "stop": 969900651
        },
        {
            "start": 969900662,
            "stop": 969900685
        },
        {
            "start": 969900743,
            "stop": 969900745
        },
        {
            "start": 969900756,
            "stop": 969900757
        },
        {
            "start": 969900778,
            "stop": 969900781
        },
        {
            "start": 969900824,
            "stop": 969900835
        },
        {
            "start": 969900842,
            "stop": 969900892
        },
        {
            "start": 969900895,
            "stop": 969901095
        },
        {
            "start": 969901101,
            "stop": 969901277
        },
        {
            "start": 969901334,
            "stop": 969901465
        },
        {
            "start": 969901470,
            "stop": 969901505
        },
        {
            "start": 969901508,
            "stop": 969901509
        },
        {
            "start": 969901512,
            "stop": 969901560
        },
        {
            "start": 969901563,
            "stop": 969901566
        },
        {
            "start": 969901569,
            "stop": 969901573
        }
    ]
}