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=14359
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=14360",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14358",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14359,
    "results": [
        {
            "start": 971399623,
            "stop": 971399629
        },
        {
            "start": 971399631,
            "stop": 971399637
        },
        {
            "start": 971399639,
            "stop": 971399647
        },
        {
            "start": 971399649,
            "stop": 971399653
        },
        {
            "start": 971399654,
            "stop": 971399655
        },
        {
            "start": 971399656,
            "stop": 971399663
        },
        {
            "start": 971399664,
            "stop": 971399665
        },
        {
            "start": 971399667,
            "stop": 971399672
        },
        {
            "start": 971399677,
            "stop": 971399688
        },
        {
            "start": 971399689,
            "stop": 971399690
        },
        {
            "start": 971399691,
            "stop": 971399705
        },
        {
            "start": 971399706,
            "stop": 971399709
        },
        {
            "start": 971399710,
            "stop": 971399711
        },
        {
            "start": 971399715,
            "stop": 971399722
        },
        {
            "start": 971399724,
            "stop": 971399733
        },
        {
            "start": 971399735,
            "stop": 971399738
        },
        {
            "start": 971399739,
            "stop": 971399772
        },
        {
            "start": 971399773,
            "stop": 971399774
        },
        {
            "start": 971399776,
            "stop": 971399778
        },
        {
            "start": 971399779,
            "stop": 971399788
        }
    ]
}