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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40686",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40687,
    "results": [
        {
            "start": 874933218,
            "stop": 874933344
        },
        {
            "start": 874933346,
            "stop": 874933395
        },
        {
            "start": 874933396,
            "stop": 874933407
        },
        {
            "start": 874933408,
            "stop": 874933450
        },
        {
            "start": 874933451,
            "stop": 874933465
        },
        {
            "start": 874933466,
            "stop": 874933521
        },
        {
            "start": 874933522,
            "stop": 874933533
        },
        {
            "start": 874933534,
            "stop": 874933566
        },
        {
            "start": 874933567,
            "stop": 874933604
        },
        {
            "start": 874933605,
            "stop": 874933614
        },
        {
            "start": 874933616,
            "stop": 874933630
        },
        {
            "start": 874933631,
            "stop": 874933646
        },
        {
            "start": 874933647,
            "stop": 874933684
        },
        {
            "start": 874933686,
            "stop": 874933767
        },
        {
            "start": 874933768,
            "stop": 874933834
        },
        {
            "start": 874933836,
            "stop": 874933923
        },
        {
            "start": 874933924,
            "stop": 874934014
        },
        {
            "start": 874934015,
            "stop": 874934151
        },
        {
            "start": 874934152,
            "stop": 874934242
        },
        {
            "start": 874934243,
            "stop": 874934358
        }
    ]
}