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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29305",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29306,
    "results": [
        {
            "start": 971181546,
            "stop": 971181547
        },
        {
            "start": 971181548,
            "stop": 971181549
        },
        {
            "start": 971181552,
            "stop": 971181553
        },
        {
            "start": 971181555,
            "stop": 971181557
        },
        {
            "start": 971181560,
            "stop": 971181564
        },
        {
            "start": 971181567,
            "stop": 971181568
        },
        {
            "start": 971181574,
            "stop": 971181575
        },
        {
            "start": 971181584,
            "stop": 971181585
        },
        {
            "start": 971181590,
            "stop": 971181593
        },
        {
            "start": 971181594,
            "stop": 971181595
        },
        {
            "start": 971181596,
            "stop": 971181597
        },
        {
            "start": 971181598,
            "stop": 971181599
        },
        {
            "start": 971181601,
            "stop": 971181609
        },
        {
            "start": 971181610,
            "stop": 971181611
        },
        {
            "start": 971181612,
            "stop": 971181613
        },
        {
            "start": 971181617,
            "stop": 971181619
        },
        {
            "start": 971181621,
            "stop": 971181626
        },
        {
            "start": 971181628,
            "stop": 971181629
        },
        {
            "start": 971181635,
            "stop": 971181637
        },
        {
            "start": 971181648,
            "stop": 971181650
        }
    ]
}