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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=205",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 206,
    "results": [
        {
            "start": 834292023,
            "stop": 834295142
        },
        {
            "start": 834307856,
            "stop": 834321477
        },
        {
            "start": 834322265,
            "stop": 834322297
        },
        {
            "start": 834323201,
            "stop": 834327300
        },
        {
            "start": 834328730,
            "stop": 834330274
        },
        {
            "start": 834330722,
            "stop": 834331670
        },
        {
            "start": 834331672,
            "stop": 834332071
        },
        {
            "start": 834333013,
            "stop": 834333101
        },
        {
            "start": 834333902,
            "stop": 834334050
        },
        {
            "start": 834334465,
            "stop": 834336422
        },
        {
            "start": 834336841,
            "stop": 834340630
        },
        {
            "start": 834340632,
            "stop": 834346108
        },
        {
            "start": 834347740,
            "stop": 834347828
        },
        {
            "start": 834347975,
            "stop": 834349732
        },
        {
            "start": 834349888,
            "stop": 834350024
        },
        {
            "start": 834353170,
            "stop": 834354890
        },
        {
            "start": 834354966,
            "stop": 834389331
        },
        {
            "start": 834389333,
            "stop": 834390836
        },
        {
            "start": 834397986,
            "stop": 834398362
        },
        {
            "start": 834398363,
            "stop": 834403353
        }
    ]
}