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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=49",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 50,
    "results": [
        {
            "start": 821051514,
            "stop": 821053007
        },
        {
            "start": 821053009,
            "stop": 821053113
        },
        {
            "start": 821056194,
            "stop": 821066893
        },
        {
            "start": 821066998,
            "stop": 821089364
        },
        {
            "start": 821089366,
            "stop": 821089519
        },
        {
            "start": 821089523,
            "stop": 821089528
        },
        {
            "start": 821090536,
            "stop": 821093588
        },
        {
            "start": 821093590,
            "stop": 821106394
        },
        {
            "start": 821107284,
            "stop": 821107632
        },
        {
            "start": 821107633,
            "stop": 821107691
        },
        {
            "start": 821107693,
            "stop": 821107714
        },
        {
            "start": 821107716,
            "stop": 821109122
        },
        {
            "start": 821109622,
            "stop": 821109795
        },
        {
            "start": 821109904,
            "stop": 821110827
        },
        {
            "start": 821111588,
            "stop": 821111877
        },
        {
            "start": 821111879,
            "stop": 821111992
        },
        {
            "start": 821111994,
            "stop": 821112304
        },
        {
            "start": 821112604,
            "stop": 821112780
        },
        {
            "start": 821122937,
            "stop": 821123131
        },
        {
            "start": 821123841,
            "stop": 821126875
        }
    ]
}