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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=85",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 86,
    "results": [
        {
            "start": 931272786,
            "stop": 931272793
        },
        {
            "start": 931272795,
            "stop": 931272809
        },
        {
            "start": 931272810,
            "stop": 931272833
        },
        {
            "start": 931272834,
            "stop": 931272865
        },
        {
            "start": 931272867,
            "stop": 931272874
        },
        {
            "start": 931272875,
            "stop": 931272949
        },
        {
            "start": 931272950,
            "stop": 931272974
        },
        {
            "start": 931272976,
            "stop": 931272991
        },
        {
            "start": 931272993,
            "stop": 931273050
        },
        {
            "start": 931273051,
            "stop": 931273086
        },
        {
            "start": 931273088,
            "stop": 931273095
        },
        {
            "start": 931273098,
            "stop": 931273107
        },
        {
            "start": 931273109,
            "stop": 931273119
        },
        {
            "start": 931273120,
            "stop": 931273157
        },
        {
            "start": 931273159,
            "stop": 931273161
        },
        {
            "start": 931273163,
            "stop": 931273194
        },
        {
            "start": 931273196,
            "stop": 931273223
        },
        {
            "start": 931273225,
            "stop": 931273268
        },
        {
            "start": 931273270,
            "stop": 931273301
        },
        {
            "start": 931273303,
            "stop": 931273311
        }
    ]
}