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_CAT3H/segments?format=api&page=310
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=311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=309",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 310,
    "results": [
        {
            "start": 931565070,
            "stop": 931565077
        },
        {
            "start": 931565079,
            "stop": 931565082
        },
        {
            "start": 931565085,
            "stop": 931565086
        },
        {
            "start": 931565088,
            "stop": 931565101
        },
        {
            "start": 931565104,
            "stop": 931565107
        },
        {
            "start": 931565108,
            "stop": 931565109
        },
        {
            "start": 931565112,
            "stop": 931565113
        },
        {
            "start": 931565115,
            "stop": 931565117
        },
        {
            "start": 931565118,
            "stop": 931565120
        },
        {
            "start": 931565130,
            "stop": 931565132
        },
        {
            "start": 931565143,
            "stop": 931565147
        },
        {
            "start": 931565149,
            "stop": 931565156
        },
        {
            "start": 931565163,
            "stop": 931565166
        },
        {
            "start": 931565174,
            "stop": 931565188
        },
        {
            "start": 931565191,
            "stop": 931565195
        },
        {
            "start": 931565198,
            "stop": 931565203
        },
        {
            "start": 931565205,
            "stop": 931565210
        },
        {
            "start": 931565217,
            "stop": 931565220
        },
        {
            "start": 931565224,
            "stop": 931565226
        },
        {
            "start": 931565232,
            "stop": 931565235
        }
    ]
}