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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4596",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4594",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4595,
    "results": [
        {
            "start": 969150402,
            "stop": 969150475
        },
        {
            "start": 969150477,
            "stop": 969150541
        },
        {
            "start": 969150544,
            "stop": 969150707
        },
        {
            "start": 969150709,
            "stop": 969150790
        },
        {
            "start": 969150793,
            "stop": 969150794
        },
        {
            "start": 969150797,
            "stop": 969150801
        },
        {
            "start": 969150803,
            "stop": 969151353
        },
        {
            "start": 969151354,
            "stop": 969151372
        },
        {
            "start": 969151374,
            "stop": 969151484
        },
        {
            "start": 969151485,
            "stop": 969151504
        },
        {
            "start": 969151505,
            "stop": 969151640
        },
        {
            "start": 969151643,
            "stop": 969151744
        },
        {
            "start": 969151749,
            "stop": 969152070
        },
        {
            "start": 969152073,
            "stop": 969153203
        },
        {
            "start": 969176466,
            "stop": 969176624
        },
        {
            "start": 969176626,
            "stop": 969176630
        },
        {
            "start": 969176631,
            "stop": 969176632
        },
        {
            "start": 969176635,
            "stop": 969176756
        },
        {
            "start": 969176763,
            "stop": 969176936
        },
        {
            "start": 969176937,
            "stop": 969177187
        }
    ]
}