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=492
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=493",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=491",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 492,
    "results": [
        {
            "start": 864150785,
            "stop": 864150786
        },
        {
            "start": 864150788,
            "stop": 864150789
        },
        {
            "start": 864150790,
            "stop": 864150797
        },
        {
            "start": 864150798,
            "stop": 864150850
        },
        {
            "start": 864150852,
            "stop": 864150873
        },
        {
            "start": 864150875,
            "stop": 864150895
        },
        {
            "start": 864150897,
            "stop": 864150906
        },
        {
            "start": 864150908,
            "stop": 864150929
        },
        {
            "start": 864150931,
            "stop": 864150959
        },
        {
            "start": 864150962,
            "stop": 864150963
        },
        {
            "start": 864150965,
            "stop": 864151012
        },
        {
            "start": 864151014,
            "stop": 864151047
        },
        {
            "start": 864151050,
            "stop": 864151451
        },
        {
            "start": 864151545,
            "stop": 864154226
        },
        {
            "start": 864154227,
            "stop": 864154599
        },
        {
            "start": 864154601,
            "stop": 864154705
        },
        {
            "start": 864156156,
            "stop": 864167611
        },
        {
            "start": 864200836,
            "stop": 864214491
        },
        {
            "start": 864214750,
            "stop": 864216684
        },
        {
            "start": 864216688,
            "stop": 864216690
        }
    ]
}