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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=301",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 302,
    "results": [
        {
            "start": 931770555,
            "stop": 931770560
        },
        {
            "start": 931770563,
            "stop": 931770567
        },
        {
            "start": 931770573,
            "stop": 931770582
        },
        {
            "start": 931770585,
            "stop": 931770586
        },
        {
            "start": 931770590,
            "stop": 931770599
        },
        {
            "start": 931770604,
            "stop": 931770613
        },
        {
            "start": 931770615,
            "stop": 931770616
        },
        {
            "start": 931770619,
            "stop": 931770621
        },
        {
            "start": 931770624,
            "stop": 931770628
        },
        {
            "start": 931770630,
            "stop": 931770644
        },
        {
            "start": 931770647,
            "stop": 931770653
        },
        {
            "start": 931770656,
            "stop": 931770666
        },
        {
            "start": 931770669,
            "stop": 931770675
        },
        {
            "start": 931770678,
            "stop": 931770705
        },
        {
            "start": 931770708,
            "stop": 931770733
        },
        {
            "start": 931770736,
            "stop": 931770756
        },
        {
            "start": 931770762,
            "stop": 931770765
        },
        {
            "start": 931770768,
            "stop": 931770776
        },
        {
            "start": 931770779,
            "stop": 931770794
        },
        {
            "start": 931770799,
            "stop": 931770802
        }
    ]
}