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/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=26
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=25",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 26,
    "results": [
        {
            "start": 1257367057,
            "stop": 1257367093
        },
        {
            "start": 1257367096,
            "stop": 1257367479
        },
        {
            "start": 1257367483,
            "stop": 1257367638
        },
        {
            "start": 1257367642,
            "stop": 1257367943
        },
        {
            "start": 1257367946,
            "stop": 1257368365
        },
        {
            "start": 1257368368,
            "stop": 1257368901
        },
        {
            "start": 1257368904,
            "stop": 1257369778
        },
        {
            "start": 1257369781,
            "stop": 1257371525
        },
        {
            "start": 1257371528,
            "stop": 1257372556
        },
        {
            "start": 1257372561,
            "stop": 1257372905
        },
        {
            "start": 1257372911,
            "stop": 1257374928
        },
        {
            "start": 1257374933,
            "stop": 1257375802
        },
        {
            "start": 1257375805,
            "stop": 1257382232
        },
        {
            "start": 1257382236,
            "stop": 1257385084
        },
        {
            "start": 1257385087,
            "stop": 1257385914
        },
        {
            "start": 1257385918,
            "stop": 1257386735
        },
        {
            "start": 1257386739,
            "stop": 1257387255
        },
        {
            "start": 1257395960,
            "stop": 1257396022
        },
        {
            "start": 1257396026,
            "stop": 1257396128
        },
        {
            "start": 1257396131,
            "stop": 1257396175
        }
    ]
}