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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3093",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3094,
    "results": [
        {
            "start": 866565180,
            "stop": 866565507
        },
        {
            "start": 866565518,
            "stop": 866565530
        },
        {
            "start": 866565535,
            "stop": 866565540
        },
        {
            "start": 866565660,
            "stop": 866566380
        },
        {
            "start": 866566440,
            "stop": 866567100
        },
        {
            "start": 866567160,
            "stop": 866567579
        },
        {
            "start": 866569074,
            "stop": 866569530
        },
        {
            "start": 866569976,
            "stop": 866570580
        },
        {
            "start": 866570640,
            "stop": 866571131
        },
        {
            "start": 866571757,
            "stop": 866571794
        },
        {
            "start": 866572113,
            "stop": 866573927
        },
        {
            "start": 866573933,
            "stop": 866574385
        },
        {
            "start": 866574395,
            "stop": 866574397
        },
        {
            "start": 866574403,
            "stop": 866574407
        },
        {
            "start": 866574413,
            "stop": 866574420
        },
        {
            "start": 866574540,
            "stop": 866575440
        },
        {
            "start": 866575500,
            "stop": 866575607
        },
        {
            "start": 866575613,
            "stop": 866575680
        },
        {
            "start": 866576406,
            "stop": 866576820
        },
        {
            "start": 866576880,
            "stop": 866578213
        }
    ]
}