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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=242",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 243,
    "results": [
        {
            "start": 931505834,
            "stop": 931505841
        },
        {
            "start": 931505852,
            "stop": 931505855
        },
        {
            "start": 931505860,
            "stop": 931505863
        },
        {
            "start": 931505866,
            "stop": 931505877
        },
        {
            "start": 931505880,
            "stop": 931505886
        },
        {
            "start": 931505894,
            "stop": 931505903
        },
        {
            "start": 931505907,
            "stop": 931505911
        },
        {
            "start": 931505915,
            "stop": 931505920
        },
        {
            "start": 931505921,
            "stop": 931505928
        },
        {
            "start": 931505932,
            "stop": 931505935
        },
        {
            "start": 931505938,
            "stop": 931505945
        },
        {
            "start": 931505948,
            "stop": 931505956
        },
        {
            "start": 931505958,
            "stop": 931505967
        },
        {
            "start": 931505971,
            "stop": 931505974
        },
        {
            "start": 931505977,
            "stop": 931505984
        },
        {
            "start": 931505987,
            "stop": 931505989
        },
        {
            "start": 931505997,
            "stop": 931506006
        },
        {
            "start": 931506011,
            "stop": 931506018
        },
        {
            "start": 931506021,
            "stop": 931506027
        },
        {
            "start": 931506030,
            "stop": 931506037
        }
    ]
}