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=848
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=849",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=847",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 848,
    "results": [
        {
            "start": 962917511,
            "stop": 962917517
        },
        {
            "start": 962917523,
            "stop": 962917636
        },
        {
            "start": 962917642,
            "stop": 962921941
        },
        {
            "start": 962921947,
            "stop": 962922719
        },
        {
            "start": 962922725,
            "stop": 962923037
        },
        {
            "start": 962923043,
            "stop": 962924266
        },
        {
            "start": 962924272,
            "stop": 962924446
        },
        {
            "start": 962924452,
            "stop": 962925656
        },
        {
            "start": 962925661,
            "stop": 962925743
        },
        {
            "start": 962925748,
            "stop": 962925821
        },
        {
            "start": 962925827,
            "stop": 962926097
        },
        {
            "start": 962926103,
            "stop": 962926165
        },
        {
            "start": 962926171,
            "stop": 962926542
        },
        {
            "start": 962926548,
            "stop": 962926576
        },
        {
            "start": 962949992,
            "stop": 962954871
        },
        {
            "start": 962955934,
            "stop": 962967225
        },
        {
            "start": 962982135,
            "stop": 962987661
        },
        {
            "start": 962988902,
            "stop": 962995230
        },
        {
            "start": 962996673,
            "stop": 962997342
        },
        {
            "start": 963000518,
            "stop": 963005720
        }
    ]
}