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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=403",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=401",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 402,
    "results": [
        {
            "start": 932633302,
            "stop": 932633318
        },
        {
            "start": 932633319,
            "stop": 932633531
        },
        {
            "start": 932633532,
            "stop": 932633591
        },
        {
            "start": 932633592,
            "stop": 932633814
        },
        {
            "start": 932633815,
            "stop": 932633852
        },
        {
            "start": 932633853,
            "stop": 932633992
        },
        {
            "start": 932633993,
            "stop": 932634015
        },
        {
            "start": 932634375,
            "stop": 932634407
        },
        {
            "start": 932634408,
            "stop": 932634501
        },
        {
            "start": 932634502,
            "stop": 932634535
        },
        {
            "start": 932634536,
            "stop": 932634584
        },
        {
            "start": 932634585,
            "stop": 932634684
        },
        {
            "start": 932634687,
            "stop": 932634715
        },
        {
            "start": 932634716,
            "stop": 932634764
        },
        {
            "start": 932634765,
            "stop": 932634767
        },
        {
            "start": 932634768,
            "stop": 932634789
        },
        {
            "start": 932634790,
            "stop": 932634805
        },
        {
            "start": 932634806,
            "stop": 932634918
        },
        {
            "start": 932634919,
            "stop": 932634930
        },
        {
            "start": 932634931,
            "stop": 932635010
        }
    ]
}