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=518
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=519",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=517",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 518,
    "results": [
        {
            "start": 867794921,
            "stop": 867818467
        },
        {
            "start": 867818469,
            "stop": 867847715
        },
        {
            "start": 867848278,
            "stop": 867860007
        },
        {
            "start": 867860009,
            "stop": 867878266
        },
        {
            "start": 867893289,
            "stop": 867910542
        },
        {
            "start": 867912121,
            "stop": 867915037
        },
        {
            "start": 867918682,
            "stop": 867940700
        },
        {
            "start": 867940702,
            "stop": 867940703
        },
        {
            "start": 867940709,
            "stop": 867940710
        },
        {
            "start": 867940712,
            "stop": 867940740
        },
        {
            "start": 867940742,
            "stop": 867940851
        },
        {
            "start": 867940853,
            "stop": 867963550
        },
        {
            "start": 867966909,
            "stop": 867966955
        },
        {
            "start": 867966958,
            "stop": 867966967
        },
        {
            "start": 867966969,
            "stop": 867966973
        },
        {
            "start": 867966975,
            "stop": 867967022
        },
        {
            "start": 867967024,
            "stop": 867967124
        },
        {
            "start": 867967126,
            "stop": 867987954
        },
        {
            "start": 867988257,
            "stop": 867998192
        },
        {
            "start": 868000114,
            "stop": 868020088
        }
    ]
}