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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=10",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 11,
    "results": [
        {
            "start": 817125563,
            "stop": 817125671
        },
        {
            "start": 817130229,
            "stop": 817141721
        },
        {
            "start": 817141725,
            "stop": 817142751
        },
        {
            "start": 817145310,
            "stop": 817147295
        },
        {
            "start": 817161030,
            "stop": 817163947
        },
        {
            "start": 817163949,
            "stop": 817163990
        },
        {
            "start": 817163991,
            "stop": 817164899
        },
        {
            "start": 817164901,
            "stop": 817166283
        },
        {
            "start": 817166285,
            "stop": 817167188
        },
        {
            "start": 817167773,
            "stop": 817171460
        },
        {
            "start": 817171462,
            "stop": 817171759
        },
        {
            "start": 817198996,
            "stop": 817199124
        },
        {
            "start": 817199126,
            "stop": 817199965
        },
        {
            "start": 817199967,
            "stop": 817200000
        },
        {
            "start": 817200002,
            "stop": 817201553
        },
        {
            "start": 817201555,
            "stop": 817202434
        },
        {
            "start": 817203056,
            "stop": 817207258
        },
        {
            "start": 817207370,
            "stop": 817210517
        },
        {
            "start": 817210518,
            "stop": 817211988
        },
        {
            "start": 817214813,
            "stop": 817217322
        }
    ]
}