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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5354",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5352",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5353,
    "results": [
        {
            "start": 971406672,
            "stop": 971407414
        },
        {
            "start": 971407432,
            "stop": 971407442
        },
        {
            "start": 971407445,
            "stop": 971407463
        },
        {
            "start": 971407481,
            "stop": 971407820
        },
        {
            "start": 971407838,
            "stop": 971408038
        },
        {
            "start": 971408697,
            "stop": 971408728
        },
        {
            "start": 971408731,
            "stop": 971408838
        },
        {
            "start": 971408841,
            "stop": 971409069
        },
        {
            "start": 971409086,
            "stop": 971409248
        },
        {
            "start": 971409251,
            "stop": 971409431
        },
        {
            "start": 971409434,
            "stop": 971409698
        },
        {
            "start": 971409716,
            "stop": 971409727
        },
        {
            "start": 971409730,
            "stop": 971409760
        },
        {
            "start": 971409763,
            "stop": 971410039
        },
        {
            "start": 971410042,
            "stop": 971410063
        },
        {
            "start": 971410069,
            "stop": 971410180
        },
        {
            "start": 971410183,
            "stop": 971410288
        },
        {
            "start": 971410291,
            "stop": 971410306
        },
        {
            "start": 971410309,
            "stop": 971410401
        },
        {
            "start": 971410404,
            "stop": 971410584
        }
    ]
}