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=462
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=463",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=461",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 462,
    "results": [
        {
            "start": 861089960,
            "stop": 861101547
        },
        {
            "start": 861102150,
            "stop": 861111726
        },
        {
            "start": 861112312,
            "stop": 861116654
        },
        {
            "start": 861116655,
            "stop": 861116674
        },
        {
            "start": 861116678,
            "stop": 861116697
        },
        {
            "start": 861116698,
            "stop": 861116704
        },
        {
            "start": 861116706,
            "stop": 861116711
        },
        {
            "start": 861117589,
            "stop": 861123551
        },
        {
            "start": 861123554,
            "stop": 861124643
        },
        {
            "start": 861127048,
            "stop": 861131008
        },
        {
            "start": 861131323,
            "stop": 861145938
        },
        {
            "start": 861149017,
            "stop": 861171012
        },
        {
            "start": 861171407,
            "stop": 861172838
        },
        {
            "start": 861174089,
            "stop": 861189259
        },
        {
            "start": 861190953,
            "stop": 861190956
        },
        {
            "start": 861190962,
            "stop": 861190964
        },
        {
            "start": 861190968,
            "stop": 861190969
        },
        {
            "start": 861190971,
            "stop": 861190972
        },
        {
            "start": 861190973,
            "stop": 861190979
        },
        {
            "start": 861190983,
            "stop": 861190987
        }
    ]
}