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_CAT1/segments?format=api&page=530
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=531",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=529",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 530,
    "results": [
        {
            "start": 869497158,
            "stop": 869497161
        },
        {
            "start": 869497164,
            "stop": 869497166
        },
        {
            "start": 869497168,
            "stop": 869497169
        },
        {
            "start": 869497170,
            "stop": 869497176
        },
        {
            "start": 869498333,
            "stop": 869500075
        },
        {
            "start": 869500374,
            "stop": 869502783
        },
        {
            "start": 869504144,
            "stop": 869509212
        },
        {
            "start": 869511412,
            "stop": 869516135
        },
        {
            "start": 869516605,
            "stop": 869518766
        },
        {
            "start": 869518855,
            "stop": 869520646
        },
        {
            "start": 869520774,
            "stop": 869522318
        },
        {
            "start": 869522867,
            "stop": 869525632
        },
        {
            "start": 869525713,
            "stop": 869536641
        },
        {
            "start": 869541333,
            "stop": 869558945
        },
        {
            "start": 869560549,
            "stop": 869580744
        },
        {
            "start": 869581175,
            "stop": 869584234
        },
        {
            "start": 869584237,
            "stop": 869584240
        },
        {
            "start": 869585511,
            "stop": 869586090
        },
        {
            "start": 869596717,
            "stop": 869596718
        },
        {
            "start": 869596720,
            "stop": 869596723
        }
    ]
}