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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16736",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16737,
    "results": [
        {
            "start": 875051082,
            "stop": 875051087
        },
        {
            "start": 875051090,
            "stop": 875051166
        },
        {
            "start": 875051168,
            "stop": 875051465
        },
        {
            "start": 875051467,
            "stop": 875051522
        },
        {
            "start": 875051523,
            "stop": 875051533
        },
        {
            "start": 875051534,
            "stop": 875051623
        },
        {
            "start": 875051624,
            "stop": 875051644
        },
        {
            "start": 875051645,
            "stop": 875051752
        },
        {
            "start": 875051753,
            "stop": 875051857
        },
        {
            "start": 875051858,
            "stop": 875051957
        },
        {
            "start": 875051960,
            "stop": 875051972
        },
        {
            "start": 875051974,
            "stop": 875052068
        },
        {
            "start": 875052069,
            "stop": 875052082
        },
        {
            "start": 875052084,
            "stop": 875052198
        },
        {
            "start": 875052200,
            "stop": 875052280
        },
        {
            "start": 875052281,
            "stop": 875052379
        },
        {
            "start": 875052380,
            "stop": 875052461
        },
        {
            "start": 875052462,
            "stop": 875052682
        },
        {
            "start": 875052856,
            "stop": 875053026
        },
        {
            "start": 875053027,
            "stop": 875053194
        }
    ]
}