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=313
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=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=312",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 313,
    "results": [
        {
            "start": 843232097,
            "stop": 843233745
        },
        {
            "start": 843235215,
            "stop": 843235752
        },
        {
            "start": 843235754,
            "stop": 843235958
        },
        {
            "start": 843238130,
            "stop": 843238925
        },
        {
            "start": 843241011,
            "stop": 843242493
        },
        {
            "start": 843244197,
            "stop": 843246560
        },
        {
            "start": 843248449,
            "stop": 843248685
        },
        {
            "start": 843250089,
            "stop": 843256756
        },
        {
            "start": 843256916,
            "stop": 843265268
        },
        {
            "start": 843267793,
            "stop": 843284566
        },
        {
            "start": 843284568,
            "stop": 843287606
        },
        {
            "start": 843288284,
            "stop": 843292635
        },
        {
            "start": 843298849,
            "stop": 843302687
        },
        {
            "start": 843303536,
            "stop": 843304572
        },
        {
            "start": 843304573,
            "stop": 843305613
        },
        {
            "start": 843306403,
            "stop": 843306605
        },
        {
            "start": 843308881,
            "stop": 843308888
        },
        {
            "start": 843308889,
            "stop": 843308892
        },
        {
            "start": 843308893,
            "stop": 843308981
        },
        {
            "start": 843308983,
            "stop": 843309012
        }
    ]
}