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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=202",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 203,
    "results": [
        {
            "start": 833923293,
            "stop": 833935533
        },
        {
            "start": 833935535,
            "stop": 833948923
        },
        {
            "start": 833949892,
            "stop": 833955390
        },
        {
            "start": 833959244,
            "stop": 833959976
        },
        {
            "start": 833961413,
            "stop": 833974399
        },
        {
            "start": 833974563,
            "stop": 833979881
        },
        {
            "start": 833980269,
            "stop": 833985038
        },
        {
            "start": 833985890,
            "stop": 833999906
        },
        {
            "start": 834000056,
            "stop": 834000758
        },
        {
            "start": 834000906,
            "stop": 834000909
        },
        {
            "start": 834001145,
            "stop": 834001177
        },
        {
            "start": 834003189,
            "stop": 834003193
        },
        {
            "start": 834003674,
            "stop": 834003740
        },
        {
            "start": 834004035,
            "stop": 834006595
        },
        {
            "start": 834006722,
            "stop": 834007982
        },
        {
            "start": 834008276,
            "stop": 834008331
        },
        {
            "start": 834008403,
            "stop": 834009566
        },
        {
            "start": 834009629,
            "stop": 834009685
        },
        {
            "start": 834012485,
            "stop": 834039612
        },
        {
            "start": 834039614,
            "stop": 834046501
        }
    ]
}