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_CAT3/segments?format=api&page=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=121",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 122,
    "results": [
        {
            "start": 931565281,
            "stop": 931565284
        },
        {
            "start": 931565287,
            "stop": 931565293
        },
        {
            "start": 931565296,
            "stop": 931565318
        },
        {
            "start": 931565324,
            "stop": 931565339
        },
        {
            "start": 931565346,
            "stop": 931565348
        },
        {
            "start": 931565351,
            "stop": 931565353
        },
        {
            "start": 931565356,
            "stop": 931565371
        },
        {
            "start": 931565375,
            "stop": 931565380
        },
        {
            "start": 931565383,
            "stop": 931565391
        },
        {
            "start": 931565394,
            "stop": 931565403
        },
        {
            "start": 931565406,
            "stop": 931565417
        },
        {
            "start": 931565420,
            "stop": 931565423
        },
        {
            "start": 931565427,
            "stop": 931565432
        },
        {
            "start": 931565437,
            "stop": 931565439
        },
        {
            "start": 931565442,
            "stop": 931565445
        },
        {
            "start": 931565448,
            "stop": 931565449
        },
        {
            "start": 931565455,
            "stop": 931565462
        },
        {
            "start": 931565465,
            "stop": 931565468
        },
        {
            "start": 931565471,
            "stop": 931565474
        },
        {
            "start": 931565478,
            "stop": 931565493
        }
    ]
}