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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=393",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 394,
    "results": [
        {
            "start": 850816956,
            "stop": 850822431
        },
        {
            "start": 850822689,
            "stop": 850824346
        },
        {
            "start": 850824348,
            "stop": 850831285
        },
        {
            "start": 850831287,
            "stop": 850832481
        },
        {
            "start": 850833373,
            "stop": 850834699
        },
        {
            "start": 850834700,
            "stop": 850838305
        },
        {
            "start": 850838307,
            "stop": 850840005
        },
        {
            "start": 850840007,
            "stop": 850853707
        },
        {
            "start": 850853709,
            "stop": 850856908
        },
        {
            "start": 850873731,
            "stop": 850882045
        },
        {
            "start": 850882046,
            "stop": 850891237
        },
        {
            "start": 850891238,
            "stop": 850893108
        },
        {
            "start": 850896360,
            "stop": 850896611
        },
        {
            "start": 850896613,
            "stop": 850896917
        },
        {
            "start": 850896919,
            "stop": 850912540
        },
        {
            "start": 850914436,
            "stop": 850920457
        },
        {
            "start": 850920526,
            "stop": 850923168
        },
        {
            "start": 850923170,
            "stop": 850923440
        },
        {
            "start": 850923442,
            "stop": 850925663
        },
        {
            "start": 850925772,
            "stop": 850927478
        }
    ]
}