Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=165
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=164",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 165,
    "results": [
        {
            "start": 931465118,
            "stop": 931465127
        },
        {
            "start": 931465129,
            "stop": 931465137
        },
        {
            "start": 931465139,
            "stop": 931465186
        },
        {
            "start": 931465187,
            "stop": 931465241
        },
        {
            "start": 931465243,
            "stop": 931465265
        },
        {
            "start": 931465267,
            "stop": 931465297
        },
        {
            "start": 931465298,
            "stop": 931465308
        },
        {
            "start": 931465311,
            "stop": 931465332
        },
        {
            "start": 931465333,
            "stop": 931465382
        },
        {
            "start": 931465389,
            "stop": 931465422
        },
        {
            "start": 931465424,
            "stop": 931465429
        },
        {
            "start": 931465433,
            "stop": 931465455
        },
        {
            "start": 931465456,
            "stop": 931465532
        },
        {
            "start": 931465534,
            "stop": 931465595
        },
        {
            "start": 931465597,
            "stop": 931465607
        },
        {
            "start": 931465608,
            "stop": 931465636
        },
        {
            "start": 931465638,
            "stop": 931465669
        },
        {
            "start": 931465671,
            "stop": 931465672
        },
        {
            "start": 931465674,
            "stop": 931465770
        },
        {
            "start": 931465772,
            "stop": 931465827
        }
    ]
}