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=536
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=537",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=535",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 536,
    "results": [
        {
            "start": 870280881,
            "stop": 870280889
        },
        {
            "start": 870280894,
            "stop": 870280897
        },
        {
            "start": 870280899,
            "stop": 870280909
        },
        {
            "start": 870280912,
            "stop": 870280921
        },
        {
            "start": 870280930,
            "stop": 870280934
        },
        {
            "start": 870280976,
            "stop": 870280978
        },
        {
            "start": 870280986,
            "stop": 870280989
        },
        {
            "start": 870280992,
            "stop": 870280993
        },
        {
            "start": 870281001,
            "stop": 870281002
        },
        {
            "start": 870282723,
            "stop": 870290407
        },
        {
            "start": 870290690,
            "stop": 870336569
        },
        {
            "start": 870336572,
            "stop": 870336591
        },
        {
            "start": 870336594,
            "stop": 870336602
        },
        {
            "start": 870337620,
            "stop": 870353042
        },
        {
            "start": 870354589,
            "stop": 870385261
        },
        {
            "start": 870388537,
            "stop": 870395883
        },
        {
            "start": 870396388,
            "stop": 870403322
        },
        {
            "start": 870403945,
            "stop": 870406624
        },
        {
            "start": 870407008,
            "stop": 870421106
        },
        {
            "start": 870422110,
            "stop": 870435142
        }
    ]
}