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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=332",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 333,
    "results": [
        {
            "start": 844958515,
            "stop": 844966515
        },
        {
            "start": 844966576,
            "stop": 844967886
        },
        {
            "start": 844983789,
            "stop": 844984626
        },
        {
            "start": 844984628,
            "stop": 844995399
        },
        {
            "start": 844995702,
            "stop": 844996545
        },
        {
            "start": 844996750,
            "stop": 844998151
        },
        {
            "start": 844998153,
            "stop": 845002874
        },
        {
            "start": 845002899,
            "stop": 845011702
        },
        {
            "start": 845012210,
            "stop": 845015514
        },
        {
            "start": 845015516,
            "stop": 845016013
        },
        {
            "start": 845016015,
            "stop": 845017054
        },
        {
            "start": 845021142,
            "stop": 845027710
        },
        {
            "start": 845028399,
            "stop": 845029724
        },
        {
            "start": 845029725,
            "stop": 845031987
        },
        {
            "start": 845038010,
            "stop": 845039968
        },
        {
            "start": 845263709,
            "stop": 845263867
        },
        {
            "start": 845263869,
            "stop": 845263989
        },
        {
            "start": 845263991,
            "stop": 845263993
        },
        {
            "start": 845263995,
            "stop": 845264027
        },
        {
            "start": 845264029,
            "stop": 845264046
        }
    ]
}