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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=602",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=600",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 601,
    "results": [
        {
            "start": 843671603,
            "stop": 843674436
        },
        {
            "start": 843684381,
            "stop": 843684405
        },
        {
            "start": 843684410,
            "stop": 843685351
        },
        {
            "start": 843685356,
            "stop": 843685569
        },
        {
            "start": 843685574,
            "stop": 843703592
        },
        {
            "start": 843707450,
            "stop": 843709093
        },
        {
            "start": 843709098,
            "stop": 843709101
        },
        {
            "start": 843710683,
            "stop": 843710889
        },
        {
            "start": 843710894,
            "stop": 843710904
        },
        {
            "start": 843711516,
            "stop": 843712769
        },
        {
            "start": 843712774,
            "stop": 843713626
        },
        {
            "start": 843713632,
            "stop": 843713947
        },
        {
            "start": 843713953,
            "stop": 843714852
        },
        {
            "start": 843714857,
            "stop": 843721526
        },
        {
            "start": 843722145,
            "stop": 843722261
        },
        {
            "start": 843722858,
            "stop": 843726713
        },
        {
            "start": 843726720,
            "stop": 843729377
        },
        {
            "start": 843735850,
            "stop": 843742085
        },
        {
            "start": 843742825,
            "stop": 843745885
        },
        {
            "start": 843746972,
            "stop": 843765757
        }
    ]
}