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_BURST_CAT1/segments?format=api&page=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=26",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 27,
    "results": [
        {
            "start": 818659092,
            "stop": 818659150
        },
        {
            "start": 818659152,
            "stop": 818659156
        },
        {
            "start": 818659159,
            "stop": 818659276
        },
        {
            "start": 818659278,
            "stop": 818659312
        },
        {
            "start": 818659315,
            "stop": 818659344
        },
        {
            "start": 818659345,
            "stop": 818659421
        },
        {
            "start": 818659423,
            "stop": 818659492
        },
        {
            "start": 818659505,
            "stop": 818659506
        },
        {
            "start": 818659622,
            "stop": 818660470
        },
        {
            "start": 818660472,
            "stop": 818660606
        },
        {
            "start": 818660608,
            "stop": 818660673
        },
        {
            "start": 818660774,
            "stop": 818661117
        },
        {
            "start": 818665552,
            "stop": 818665663
        },
        {
            "start": 818665665,
            "stop": 818665716
        },
        {
            "start": 818665718,
            "stop": 818665999
        },
        {
            "start": 818666001,
            "stop": 818666025
        },
        {
            "start": 818666029,
            "stop": 818666583
        },
        {
            "start": 818724388,
            "stop": 818724873
        },
        {
            "start": 818724874,
            "stop": 818727380
        },
        {
            "start": 818727382,
            "stop": 818728979
        }
    ]
}