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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=430",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 431,
    "results": [
        {
            "start": 856545894,
            "stop": 856546654
        },
        {
            "start": 856546656,
            "stop": 856546679
        },
        {
            "start": 856549437,
            "stop": 856549503
        },
        {
            "start": 856549505,
            "stop": 856549627
        },
        {
            "start": 856550922,
            "stop": 856554931
        },
        {
            "start": 856556589,
            "stop": 856560876
        },
        {
            "start": 856561971,
            "stop": 856562406
        },
        {
            "start": 856563523,
            "stop": 856597585
        },
        {
            "start": 856600277,
            "stop": 856614651
        },
        {
            "start": 856615902,
            "stop": 856616083
        },
        {
            "start": 856617263,
            "stop": 856624066
        },
        {
            "start": 856624222,
            "stop": 856627523
        },
        {
            "start": 856647907,
            "stop": 856648911
        },
        {
            "start": 856649326,
            "stop": 856649934
        },
        {
            "start": 856650076,
            "stop": 856650077
        },
        {
            "start": 856650092,
            "stop": 856660878
        },
        {
            "start": 856661535,
            "stop": 856684655
        },
        {
            "start": 856686117,
            "stop": 856689528
        },
        {
            "start": 856689622,
            "stop": 856689679
        },
        {
            "start": 856689799,
            "stop": 856695836
        }
    ]
}