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
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=2",
    "previous": null,
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 1,
    "results": [
        {
            "start": 815200973,
            "stop": 815211832
        },
        {
            "start": 815211991,
            "stop": 815214733
        },
        {
            "start": 815215435,
            "stop": 815215438
        },
        {
            "start": 815215446,
            "stop": 815215518
        },
        {
            "start": 815215526,
            "stop": 815215600
        },
        {
            "start": 815215608,
            "stop": 815215679
        },
        {
            "start": 815215687,
            "stop": 815215747
        },
        {
            "start": 815215755,
            "stop": 815215786
        },
        {
            "start": 815215794,
            "stop": 815215893
        },
        {
            "start": 815215907,
            "stop": 815215912
        },
        {
            "start": 815215919,
            "stop": 815215995
        },
        {
            "start": 815216004,
            "stop": 815216030
        },
        {
            "start": 815216038,
            "stop": 815216065
        },
        {
            "start": 815216171,
            "stop": 815216174
        },
        {
            "start": 815216182,
            "stop": 815216341
        },
        {
            "start": 815216348,
            "stop": 815216366
        },
        {
            "start": 815217937,
            "stop": 815217973
        },
        {
            "start": 815219912,
            "stop": 815221329
        },
        {
            "start": 815221912,
            "stop": 815223724
        },
        {
            "start": 815223886,
            "stop": 815230103
        }
    ]
}