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=5224
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=5225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5223",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5224,
    "results": [
        {
            "start": 875136354,
            "stop": 875136373
        },
        {
            "start": 875136381,
            "stop": 875136404
        },
        {
            "start": 875136412,
            "stop": 875136476
        },
        {
            "start": 875136489,
            "stop": 875136507
        },
        {
            "start": 875136520,
            "stop": 875136713
        },
        {
            "start": 875136723,
            "stop": 875136724
        },
        {
            "start": 875136739,
            "stop": 875136747
        },
        {
            "start": 875136758,
            "stop": 875136765
        },
        {
            "start": 875136773,
            "stop": 875136812
        },
        {
            "start": 875136820,
            "stop": 875136851
        },
        {
            "start": 875136858,
            "stop": 875136879
        },
        {
            "start": 875136886,
            "stop": 875136891
        },
        {
            "start": 875136898,
            "stop": 875136925
        },
        {
            "start": 875136932,
            "stop": 875136937
        },
        {
            "start": 875136944,
            "stop": 875136989
        },
        {
            "start": 875136996,
            "stop": 875137157
        },
        {
            "start": 875137164,
            "stop": 875137210
        },
        {
            "start": 875137223,
            "stop": 875137311
        },
        {
            "start": 875137318,
            "stop": 875137371
        },
        {
            "start": 875137378,
            "stop": 875137409
        }
    ]
}