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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10247",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10248,
    "results": [
        {
            "start": 874603128,
            "stop": 874603161
        },
        {
            "start": 874603197,
            "stop": 874603281
        },
        {
            "start": 874603401,
            "stop": 874603638
        },
        {
            "start": 874603674,
            "stop": 874604989
        },
        {
            "start": 874604997,
            "stop": 874606080
        },
        {
            "start": 874606140,
            "stop": 874606381
        },
        {
            "start": 874606431,
            "stop": 874606936
        },
        {
            "start": 874607056,
            "stop": 874607379
        },
        {
            "start": 874607499,
            "stop": 874607603
        },
        {
            "start": 874607723,
            "stop": 874608848
        },
        {
            "start": 874608888,
            "stop": 874610088
        },
        {
            "start": 874610208,
            "stop": 874610880
        },
        {
            "start": 874610940,
            "stop": 874611673
        },
        {
            "start": 874611740,
            "stop": 874611870
        },
        {
            "start": 874612710,
            "stop": 874612848
        },
        {
            "start": 874612884,
            "stop": 874615859
        },
        {
            "start": 874615895,
            "stop": 874616270
        },
        {
            "start": 874616307,
            "stop": 874616568
        },
        {
            "start": 874617180,
            "stop": 874617366
        },
        {
            "start": 874617373,
            "stop": 874617720
        }
    ]
}