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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5020",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5021,
    "results": [
        {
            "start": 874558009,
            "stop": 874558023
        },
        {
            "start": 874558030,
            "stop": 874558062
        },
        {
            "start": 874558070,
            "stop": 874558152
        },
        {
            "start": 874558159,
            "stop": 874558166
        },
        {
            "start": 874558173,
            "stop": 874558190
        },
        {
            "start": 874558197,
            "stop": 874558234
        },
        {
            "start": 874558242,
            "stop": 874558367
        },
        {
            "start": 874558378,
            "stop": 874558384
        },
        {
            "start": 874558391,
            "stop": 874558496
        },
        {
            "start": 874558503,
            "stop": 874558526
        },
        {
            "start": 874558534,
            "stop": 874558565
        },
        {
            "start": 874558585,
            "stop": 874558602
        },
        {
            "start": 874558609,
            "stop": 874558674
        },
        {
            "start": 874558686,
            "stop": 874558759
        },
        {
            "start": 874558769,
            "stop": 874558789
        },
        {
            "start": 874558796,
            "stop": 874558826
        },
        {
            "start": 874558842,
            "stop": 874558872
        },
        {
            "start": 874558880,
            "stop": 874558921
        },
        {
            "start": 874558934,
            "stop": 874558959
        },
        {
            "start": 874558967,
            "stop": 874558973
        }
    ]
}