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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=713",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=711",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 712,
    "results": [
        {
            "start": 952429691,
            "stop": 952429868
        },
        {
            "start": 952431214,
            "stop": 952431587
        },
        {
            "start": 952431592,
            "stop": 952431953
        },
        {
            "start": 952433421,
            "stop": 952434756
        },
        {
            "start": 952434762,
            "stop": 952438356
        },
        {
            "start": 952439810,
            "stop": 952443285
        },
        {
            "start": 952443291,
            "stop": 952445412
        },
        {
            "start": 952445418,
            "stop": 952445855
        },
        {
            "start": 952445861,
            "stop": 952446689
        },
        {
            "start": 952446695,
            "stop": 952447606
        },
        {
            "start": 952447612,
            "stop": 952448766
        },
        {
            "start": 952448772,
            "stop": 952448887
        },
        {
            "start": 952448892,
            "stop": 952448944
        },
        {
            "start": 952448950,
            "stop": 952449064
        },
        {
            "start": 952449070,
            "stop": 952449116
        },
        {
            "start": 952449122,
            "stop": 952449301
        },
        {
            "start": 952449312,
            "stop": 952449348
        },
        {
            "start": 952449833,
            "stop": 952450005
        },
        {
            "start": 952450010,
            "stop": 952450024
        },
        {
            "start": 952450030,
            "stop": 952452275
        }
    ]
}