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=10
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=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=9",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 10,
    "results": [
        {
            "start": 931160321,
            "stop": 931160330
        },
        {
            "start": 931160336,
            "stop": 931160337
        },
        {
            "start": 931160340,
            "stop": 931160342
        },
        {
            "start": 931160345,
            "stop": 931160350
        },
        {
            "start": 931160353,
            "stop": 931160360
        },
        {
            "start": 931160363,
            "stop": 931160371
        },
        {
            "start": 931160375,
            "stop": 931160383
        },
        {
            "start": 931160387,
            "stop": 931160390
        },
        {
            "start": 931160393,
            "stop": 931160395
        },
        {
            "start": 931160397,
            "stop": 931160403
        },
        {
            "start": 931160405,
            "stop": 931160408
        },
        {
            "start": 931160411,
            "stop": 931160412
        },
        {
            "start": 931160425,
            "stop": 931160427
        },
        {
            "start": 931160430,
            "stop": 931160432
        },
        {
            "start": 931160435,
            "stop": 931160436
        },
        {
            "start": 931160439,
            "stop": 931160445
        },
        {
            "start": 931160448,
            "stop": 931160452
        },
        {
            "start": 931160456,
            "stop": 931160459
        },
        {
            "start": 931160464,
            "stop": 931160470
        },
        {
            "start": 931160480,
            "stop": 931160483
        }
    ]
}