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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=34",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 35,
    "results": [
        {
            "start": 931079217,
            "stop": 931079223
        },
        {
            "start": 931079224,
            "stop": 931079225
        },
        {
            "start": 931079226,
            "stop": 931079241
        },
        {
            "start": 931079248,
            "stop": 931079249
        },
        {
            "start": 931079250,
            "stop": 931079260
        },
        {
            "start": 931079262,
            "stop": 931079270
        },
        {
            "start": 931079271,
            "stop": 931079276
        },
        {
            "start": 931079279,
            "stop": 931079281
        },
        {
            "start": 931079282,
            "stop": 931079284
        },
        {
            "start": 931079285,
            "stop": 931079292
        },
        {
            "start": 931079293,
            "stop": 931079294
        },
        {
            "start": 931079295,
            "stop": 931079305
        },
        {
            "start": 931079306,
            "stop": 931079308
        },
        {
            "start": 931079314,
            "stop": 931079315
        },
        {
            "start": 931079320,
            "stop": 931079326
        },
        {
            "start": 931079327,
            "stop": 931079331
        },
        {
            "start": 931079332,
            "stop": 931079337
        },
        {
            "start": 931079338,
            "stop": 931079342
        },
        {
            "start": 931079344,
            "stop": 931079347
        },
        {
            "start": 931079349,
            "stop": 931079353
        }
    ]
}