Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=864
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=865",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=863",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 864,
    "results": [
        {
            "start": 1250809456,
            "stop": 1250810638
        },
        {
            "start": 1250810643,
            "stop": 1250811614
        },
        {
            "start": 1250811618,
            "stop": 1250812468
        },
        {
            "start": 1250812472,
            "stop": 1250813247
        },
        {
            "start": 1250813251,
            "stop": 1250814870
        },
        {
            "start": 1250814874,
            "stop": 1250815925
        },
        {
            "start": 1250815929,
            "stop": 1250816724
        },
        {
            "start": 1250816728,
            "stop": 1250818556
        },
        {
            "start": 1250821658,
            "stop": 1250823828
        },
        {
            "start": 1250823836,
            "stop": 1250824269
        },
        {
            "start": 1250824271,
            "stop": 1250824352
        },
        {
            "start": 1250824356,
            "stop": 1250825757
        },
        {
            "start": 1250825761,
            "stop": 1250827223
        },
        {
            "start": 1250827226,
            "stop": 1250827939
        },
        {
            "start": 1250827943,
            "stop": 1250829167
        },
        {
            "start": 1250829171,
            "stop": 1250830156
        },
        {
            "start": 1250830160,
            "stop": 1250830837
        },
        {
            "start": 1250830841,
            "stop": 1250831226
        },
        {
            "start": 1250831230,
            "stop": 1250831802
        },
        {
            "start": 1250831806,
            "stop": 1250832125
        }
    ]
}