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=5264
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=5265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5263",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5264,
    "results": [
        {
            "start": 875222036,
            "stop": 875222049
        },
        {
            "start": 875222061,
            "stop": 875222099
        },
        {
            "start": 875222110,
            "stop": 875222148
        },
        {
            "start": 875222155,
            "stop": 875222281
        },
        {
            "start": 875222288,
            "stop": 875222320
        },
        {
            "start": 875222327,
            "stop": 875222344
        },
        {
            "start": 875222355,
            "stop": 875222356
        },
        {
            "start": 875222363,
            "stop": 875222545
        },
        {
            "start": 875222563,
            "stop": 875222628
        },
        {
            "start": 875222635,
            "stop": 875222643
        },
        {
            "start": 875222653,
            "stop": 875222664
        },
        {
            "start": 875222672,
            "stop": 875222696
        },
        {
            "start": 875222706,
            "stop": 875222715
        },
        {
            "start": 875222722,
            "stop": 875222750
        },
        {
            "start": 875222758,
            "stop": 875222777
        },
        {
            "start": 875222784,
            "stop": 875222789
        },
        {
            "start": 875222797,
            "stop": 875222827
        },
        {
            "start": 875222846,
            "stop": 875222851
        },
        {
            "start": 875222858,
            "stop": 875222877
        },
        {
            "start": 875222890,
            "stop": 875222930
        }
    ]
}