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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=215",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 216,
    "results": [
        {
            "start": 931671507,
            "stop": 931671510
        },
        {
            "start": 931671516,
            "stop": 931671517
        },
        {
            "start": 931671522,
            "stop": 931671531
        },
        {
            "start": 931671534,
            "stop": 931671536
        },
        {
            "start": 931671539,
            "stop": 931671543
        },
        {
            "start": 931671546,
            "stop": 931671550
        },
        {
            "start": 931671555,
            "stop": 931671559
        },
        {
            "start": 931671565,
            "stop": 931671566
        },
        {
            "start": 931671569,
            "stop": 931671574
        },
        {
            "start": 931671577,
            "stop": 931671585
        },
        {
            "start": 931671589,
            "stop": 931671609
        },
        {
            "start": 931671615,
            "stop": 931671619
        },
        {
            "start": 931671622,
            "stop": 931671623
        },
        {
            "start": 931671625,
            "stop": 931671630
        },
        {
            "start": 931671632,
            "stop": 931671643
        },
        {
            "start": 931671646,
            "stop": 931671655
        },
        {
            "start": 931671658,
            "stop": 931671667
        },
        {
            "start": 931671671,
            "stop": 931671674
        },
        {
            "start": 931671679,
            "stop": 931671681
        },
        {
            "start": 931671689,
            "stop": 931671691
        }
    ]
}