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/S5/timelines/L1_BURST_CAT1/segments?format=api&page=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=242",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 243,
    "results": [
        {
            "start": 837948483,
            "stop": 837955096
        },
        {
            "start": 837955619,
            "stop": 837957817
        },
        {
            "start": 837959974,
            "stop": 837960397
        },
        {
            "start": 837960399,
            "stop": 837961232
        },
        {
            "start": 837962367,
            "stop": 837966001
        },
        {
            "start": 837981660,
            "stop": 837986685
        },
        {
            "start": 837986787,
            "stop": 837992770
        },
        {
            "start": 837993403,
            "stop": 838005082
        },
        {
            "start": 838006141,
            "stop": 838017533
        },
        {
            "start": 838019220,
            "stop": 838025480
        },
        {
            "start": 838025481,
            "stop": 838036118
        },
        {
            "start": 838036120,
            "stop": 838038591
        },
        {
            "start": 838043913,
            "stop": 838044810
        },
        {
            "start": 838044812,
            "stop": 838047855
        },
        {
            "start": 838047990,
            "stop": 838048285
        },
        {
            "start": 838048287,
            "stop": 838048324
        },
        {
            "start": 838048376,
            "stop": 838048776
        },
        {
            "start": 838048778,
            "stop": 838051214
        },
        {
            "start": 838052025,
            "stop": 838053862
        },
        {
            "start": 838055993,
            "stop": 838056290
        }
    ]
}