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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=215
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=214",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 215,
    "results": [
        {
            "start": 931493658,
            "stop": 931493665
        },
        {
            "start": 931493667,
            "stop": 931493683
        },
        {
            "start": 931493684,
            "stop": 931493694
        },
        {
            "start": 931493696,
            "stop": 931493700
        },
        {
            "start": 931493701,
            "stop": 931493749
        },
        {
            "start": 931493750,
            "stop": 931493759
        },
        {
            "start": 931493760,
            "stop": 931493791
        },
        {
            "start": 931493793,
            "stop": 931493804
        },
        {
            "start": 931493806,
            "stop": 931493840
        },
        {
            "start": 931493841,
            "stop": 931493848
        },
        {
            "start": 931493849,
            "stop": 931493883
        },
        {
            "start": 931493885,
            "stop": 931493960
        },
        {
            "start": 931499526,
            "stop": 931499562
        },
        {
            "start": 931499564,
            "stop": 931499630
        },
        {
            "start": 931499631,
            "stop": 931499685
        },
        {
            "start": 931499686,
            "stop": 931499695
        },
        {
            "start": 931499696,
            "stop": 931499699
        },
        {
            "start": 931499701,
            "stop": 931499817
        },
        {
            "start": 931499820,
            "stop": 931499966
        },
        {
            "start": 931499967,
            "stop": 931500015
        }
    ]
}