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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=77",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 78,
    "results": [
        {
            "start": 817888816,
            "stop": 817888860
        },
        {
            "start": 817888863,
            "stop": 817888872
        },
        {
            "start": 817888875,
            "stop": 817888958
        },
        {
            "start": 817888961,
            "stop": 817889893
        },
        {
            "start": 817889896,
            "stop": 817890898
        },
        {
            "start": 817892173,
            "stop": 817895230
        },
        {
            "start": 817895233,
            "stop": 817895869
        },
        {
            "start": 817895872,
            "stop": 817896837
        },
        {
            "start": 817896843,
            "stop": 817897192
        },
        {
            "start": 817897194,
            "stop": 817897334
        },
        {
            "start": 817897337,
            "stop": 817898774
        },
        {
            "start": 817898781,
            "stop": 817898785
        },
        {
            "start": 817898791,
            "stop": 817898798
        },
        {
            "start": 817898801,
            "stop": 817900442
        },
        {
            "start": 817901092,
            "stop": 817901346
        },
        {
            "start": 817901348,
            "stop": 817901388
        },
        {
            "start": 817901391,
            "stop": 817901473
        },
        {
            "start": 817902729,
            "stop": 817902827
        },
        {
            "start": 817902832,
            "stop": 817902840
        },
        {
            "start": 817902847,
            "stop": 817902848
        }
    ]
}