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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=10",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 11,
    "results": [
        {
            "start": 931136234,
            "stop": 931136239
        },
        {
            "start": 931136241,
            "stop": 931136243
        },
        {
            "start": 931136245,
            "stop": 931136246
        },
        {
            "start": 931136250,
            "stop": 931136262
        },
        {
            "start": 931136264,
            "stop": 931136276
        },
        {
            "start": 931136291,
            "stop": 931136301
        },
        {
            "start": 931136305,
            "stop": 931136306
        },
        {
            "start": 931136308,
            "stop": 931136311
        },
        {
            "start": 931136314,
            "stop": 931136315
        },
        {
            "start": 931136318,
            "stop": 931136320
        },
        {
            "start": 931136322,
            "stop": 931136323
        },
        {
            "start": 931136325,
            "stop": 931136335
        },
        {
            "start": 931136336,
            "stop": 931136337
        },
        {
            "start": 931136339,
            "stop": 931136340
        },
        {
            "start": 931136341,
            "stop": 931136343
        },
        {
            "start": 931136344,
            "stop": 931136374
        },
        {
            "start": 931136376,
            "stop": 931136382
        },
        {
            "start": 931136384,
            "stop": 931136408
        },
        {
            "start": 931136410,
            "stop": 931136428
        },
        {
            "start": 931136430,
            "stop": 931136493
        }
    ]
}