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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2389",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2390,
    "results": [
        {
            "start": 875128595,
            "stop": 875128596
        },
        {
            "start": 875128646,
            "stop": 875128653
        },
        {
            "start": 875128679,
            "stop": 875128684
        },
        {
            "start": 875128861,
            "stop": 875128886
        },
        {
            "start": 875128917,
            "stop": 875128974
        },
        {
            "start": 875129010,
            "stop": 875129091
        },
        {
            "start": 875129117,
            "stop": 875129774
        },
        {
            "start": 875129793,
            "stop": 875129820
        },
        {
            "start": 875129880,
            "stop": 875133998
        },
        {
            "start": 875137357,
            "stop": 875137380
        },
        {
            "start": 875137560,
            "stop": 875141101
        },
        {
            "start": 875141597,
            "stop": 875142790
        },
        {
            "start": 875142809,
            "stop": 875145987
        },
        {
            "start": 875146006,
            "stop": 875148257
        },
        {
            "start": 875148276,
            "stop": 875154866
        },
        {
            "start": 875180295,
            "stop": 875182725
        },
        {
            "start": 875193352,
            "stop": 875193395
        },
        {
            "start": 875193414,
            "stop": 875193451
        },
        {
            "start": 875193470,
            "stop": 875195192
        },
        {
            "start": 875195211,
            "stop": 875195575
        }
    ]
}