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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=69",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 70,
    "results": [
        {
            "start": 931502289,
            "stop": 931502307
        },
        {
            "start": 931502310,
            "stop": 931502323
        },
        {
            "start": 931502326,
            "stop": 931502334
        },
        {
            "start": 931502337,
            "stop": 931502348
        },
        {
            "start": 931502354,
            "stop": 931502367
        },
        {
            "start": 931502370,
            "stop": 931502389
        },
        {
            "start": 931502392,
            "stop": 931502399
        },
        {
            "start": 931502402,
            "stop": 931502417
        },
        {
            "start": 931502419,
            "stop": 931502459
        },
        {
            "start": 931502462,
            "stop": 931502486
        },
        {
            "start": 931502494,
            "stop": 931502514
        },
        {
            "start": 931502517,
            "stop": 931502520
        },
        {
            "start": 931502524,
            "stop": 931502526
        },
        {
            "start": 931502529,
            "stop": 931502534
        },
        {
            "start": 931502537,
            "stop": 931502555
        },
        {
            "start": 931502560,
            "stop": 931502570
        },
        {
            "start": 931502573,
            "stop": 931502579
        },
        {
            "start": 931502582,
            "stop": 931502596
        },
        {
            "start": 931502599,
            "stop": 931502604
        },
        {
            "start": 931502607,
            "stop": 931502614
        }
    ]
}