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=396
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=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=395",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 396,
    "results": [
        {
            "start": 851021020,
            "stop": 851038152
        },
        {
            "start": 851038154,
            "stop": 851038335
        },
        {
            "start": 851038337,
            "stop": 851048315
        },
        {
            "start": 851048317,
            "stop": 851049999
        },
        {
            "start": 851053844,
            "stop": 851056213
        },
        {
            "start": 851056333,
            "stop": 851062585
        },
        {
            "start": 851131809,
            "stop": 851131842
        },
        {
            "start": 851131844,
            "stop": 851132330
        },
        {
            "start": 851133823,
            "stop": 851134385
        },
        {
            "start": 851134387,
            "stop": 851136068
        },
        {
            "start": 851136069,
            "stop": 851139813
        },
        {
            "start": 851139815,
            "stop": 851144860
        },
        {
            "start": 851144861,
            "stop": 851149962
        },
        {
            "start": 851152118,
            "stop": 851159739
        },
        {
            "start": 851161265,
            "stop": 851168079
        },
        {
            "start": 851168081,
            "stop": 851170148
        },
        {
            "start": 851171301,
            "stop": 851171786
        },
        {
            "start": 851195981,
            "stop": 851196026
        },
        {
            "start": 851197305,
            "stop": 851197533
        },
        {
            "start": 851197535,
            "stop": 851201647
        }
    ]
}