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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=18",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 19,
    "results": [
        {
            "start": 954974639,
            "stop": 954974751
        },
        {
            "start": 955068350,
            "stop": 955068463
        },
        {
            "start": 955131990,
            "stop": 955132103
        },
        {
            "start": 955141982,
            "stop": 955142095
        },
        {
            "start": 955336350,
            "stop": 955336511
        },
        {
            "start": 955426678,
            "stop": 955426791
        },
        {
            "start": 955452750,
            "stop": 955452863
        },
        {
            "start": 955479214,
            "stop": 955479327
        },
        {
            "start": 955650735,
            "stop": 955650847
        },
        {
            "start": 955687550,
            "stop": 955687703
        },
        {
            "start": 955742606,
            "stop": 955742719
        },
        {
            "start": 955874551,
            "stop": 955874663
        },
        {
            "start": 955878256,
            "stop": 955878375
        },
        {
            "start": 955921078,
            "stop": 955921239
        },
        {
            "start": 955943614,
            "stop": 955943727
        },
        {
            "start": 955978255,
            "stop": 955978367
        },
        {
            "start": 955992054,
            "stop": 955992215
        },
        {
            "start": 955998830,
            "stop": 955998943
        },
        {
            "start": 956012710,
            "stop": 956012823
        },
        {
            "start": 956030390,
            "stop": 956030503
        }
    ]
}