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=5240
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=5241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5239",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5240,
    "results": [
        {
            "start": 875194043,
            "stop": 875194183
        },
        {
            "start": 875194190,
            "stop": 875194255
        },
        {
            "start": 875194262,
            "stop": 875194323
        },
        {
            "start": 875194330,
            "stop": 875194338
        },
        {
            "start": 875194346,
            "stop": 875194584
        },
        {
            "start": 875194591,
            "stop": 875194758
        },
        {
            "start": 875194765,
            "stop": 875194911
        },
        {
            "start": 875194923,
            "stop": 875194927
        },
        {
            "start": 875194934,
            "stop": 875194951
        },
        {
            "start": 875194958,
            "stop": 875194965
        },
        {
            "start": 875194972,
            "stop": 875195057
        },
        {
            "start": 875195065,
            "stop": 875195084
        },
        {
            "start": 875195091,
            "stop": 875195223
        },
        {
            "start": 875195237,
            "stop": 875195265
        },
        {
            "start": 875195279,
            "stop": 875195329
        },
        {
            "start": 875195336,
            "stop": 875195364
        },
        {
            "start": 875195371,
            "stop": 875195442
        },
        {
            "start": 875195449,
            "stop": 875195457
        },
        {
            "start": 875195464,
            "stop": 875195581
        },
        {
            "start": 875195588,
            "stop": 875195671
        }
    ]
}