Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=187
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=186",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 187,
    "results": [
        {
            "start": 832218476,
            "stop": 832221449
        },
        {
            "start": 832221584,
            "stop": 832228329
        },
        {
            "start": 832228331,
            "stop": 832228585
        },
        {
            "start": 832231557,
            "stop": 832247383
        },
        {
            "start": 832247386,
            "stop": 832247395
        },
        {
            "start": 832247397,
            "stop": 832247399
        },
        {
            "start": 832247405,
            "stop": 832247464
        },
        {
            "start": 832248577,
            "stop": 832255647
        },
        {
            "start": 832255747,
            "stop": 832278745
        },
        {
            "start": 832279126,
            "stop": 832305948
        },
        {
            "start": 832306133,
            "stop": 832315456
        },
        {
            "start": 832316459,
            "stop": 832327908
        },
        {
            "start": 832327910,
            "stop": 832329737
        },
        {
            "start": 832330773,
            "stop": 832332736
        },
        {
            "start": 832375272,
            "stop": 832376235
        },
        {
            "start": 832376236,
            "stop": 832377456
        },
        {
            "start": 832377458,
            "stop": 832377618
        },
        {
            "start": 832377620,
            "stop": 832381156
        },
        {
            "start": 832381158,
            "stop": 832381432
        },
        {
            "start": 832381978,
            "stop": 832382595
        }
    ]
}