Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=294
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=293",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 294,
    "results": [
        {
            "start": 841827502,
            "stop": 841827503
        },
        {
            "start": 841827505,
            "stop": 841827506
        },
        {
            "start": 841827509,
            "stop": 841827510
        },
        {
            "start": 841827526,
            "stop": 841827528
        },
        {
            "start": 841827531,
            "stop": 841827532
        },
        {
            "start": 841827543,
            "stop": 841827545
        },
        {
            "start": 841827559,
            "stop": 841827560
        },
        {
            "start": 841827561,
            "stop": 841827562
        },
        {
            "start": 841827564,
            "stop": 841827567
        },
        {
            "start": 841827570,
            "stop": 841827571
        },
        {
            "start": 841827575,
            "stop": 841827576
        },
        {
            "start": 841827578,
            "stop": 841827582
        },
        {
            "start": 841827585,
            "stop": 841827586
        },
        {
            "start": 841827589,
            "stop": 841827590
        },
        {
            "start": 841827592,
            "stop": 841827593
        },
        {
            "start": 841827601,
            "stop": 841827602
        },
        {
            "start": 841827604,
            "stop": 841827605
        },
        {
            "start": 841827608,
            "stop": 841827609
        },
        {
            "start": 841827611,
            "stop": 841827612
        },
        {
            "start": 841827615,
            "stop": 841827616
        }
    ]
}