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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=57",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 58,
    "results": [
        {
            "start": 821673409,
            "stop": 821673410
        },
        {
            "start": 821673474,
            "stop": 821674516
        },
        {
            "start": 821674577,
            "stop": 821674648
        },
        {
            "start": 821674849,
            "stop": 821676564
        },
        {
            "start": 821676612,
            "stop": 821690075
        },
        {
            "start": 821690076,
            "stop": 821690092
        },
        {
            "start": 821690093,
            "stop": 821690127
        },
        {
            "start": 821690128,
            "stop": 821690129
        },
        {
            "start": 821690131,
            "stop": 821690136
        },
        {
            "start": 821695821,
            "stop": 821695919
        },
        {
            "start": 821695921,
            "stop": 821708495
        },
        {
            "start": 821708497,
            "stop": 821712116
        },
        {
            "start": 821712270,
            "stop": 821712975
        },
        {
            "start": 821713412,
            "stop": 821714709
        },
        {
            "start": 821714710,
            "stop": 821714903
        },
        {
            "start": 821714960,
            "stop": 821714965
        },
        {
            "start": 821715014,
            "stop": 821715090
        },
        {
            "start": 821715092,
            "stop": 821715233
        },
        {
            "start": 821715298,
            "stop": 821715422
        },
        {
            "start": 821715424,
            "stop": 821715478
        }
    ]
}