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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5281",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5282,
    "results": [
        {
            "start": 874823629,
            "stop": 874823787
        },
        {
            "start": 874823794,
            "stop": 874823997
        },
        {
            "start": 874824004,
            "stop": 874824039
        },
        {
            "start": 874824046,
            "stop": 874824148
        },
        {
            "start": 874824191,
            "stop": 874824343
        },
        {
            "start": 874824360,
            "stop": 874824728
        },
        {
            "start": 874824792,
            "stop": 874825340
        },
        {
            "start": 874825377,
            "stop": 874825429
        },
        {
            "start": 874825440,
            "stop": 874826154
        },
        {
            "start": 874826164,
            "stop": 874826315
        },
        {
            "start": 874826351,
            "stop": 874826864
        },
        {
            "start": 874826871,
            "stop": 874827617
        },
        {
            "start": 874827631,
            "stop": 874827699
        },
        {
            "start": 874827716,
            "stop": 874827754
        },
        {
            "start": 874827761,
            "stop": 874827838
        },
        {
            "start": 874827847,
            "stop": 874828372
        },
        {
            "start": 874828448,
            "stop": 874828858
        },
        {
            "start": 874828866,
            "stop": 874828935
        },
        {
            "start": 874828943,
            "stop": 874829421
        },
        {
            "start": 874829428,
            "stop": 874830286
        }
    ]
}