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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=247",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 248,
    "results": [
        {
            "start": 931678210,
            "stop": 931678211
        },
        {
            "start": 931678214,
            "stop": 931678216
        },
        {
            "start": 931678220,
            "stop": 931678227
        },
        {
            "start": 931678232,
            "stop": 931678238
        },
        {
            "start": 931678246,
            "stop": 931678250
        },
        {
            "start": 931678257,
            "stop": 931678259
        },
        {
            "start": 931678263,
            "stop": 931678268
        },
        {
            "start": 931678275,
            "stop": 931678281
        },
        {
            "start": 931678284,
            "stop": 931678291
        },
        {
            "start": 931678293,
            "stop": 931678304
        },
        {
            "start": 931678312,
            "stop": 931678314
        },
        {
            "start": 931678328,
            "stop": 931678329
        },
        {
            "start": 931678331,
            "stop": 931678335
        },
        {
            "start": 931678340,
            "stop": 931678341
        },
        {
            "start": 931678347,
            "stop": 931678348
        },
        {
            "start": 931678350,
            "stop": 931678352
        },
        {
            "start": 931678374,
            "stop": 931678375
        },
        {
            "start": 931678379,
            "stop": 931678380
        },
        {
            "start": 931678387,
            "stop": 931678391
        },
        {
            "start": 931678398,
            "stop": 931678401
        }
    ]
}