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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16673",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16674,
    "results": [
        {
            "start": 874897635,
            "stop": 874897662
        },
        {
            "start": 874897663,
            "stop": 874897854
        },
        {
            "start": 874897855,
            "stop": 874897939
        },
        {
            "start": 874897940,
            "stop": 874898357
        },
        {
            "start": 874898358,
            "stop": 874898502
        },
        {
            "start": 874898503,
            "stop": 874898542
        },
        {
            "start": 874898543,
            "stop": 874898621
        },
        {
            "start": 874898622,
            "stop": 874898852
        },
        {
            "start": 874898853,
            "stop": 874898966
        },
        {
            "start": 874898967,
            "stop": 874899068
        },
        {
            "start": 874899069,
            "stop": 874899159
        },
        {
            "start": 874899160,
            "stop": 874899436
        },
        {
            "start": 874899438,
            "stop": 874899448
        },
        {
            "start": 874899450,
            "stop": 874899570
        },
        {
            "start": 874899571,
            "stop": 874899820
        },
        {
            "start": 874899821,
            "stop": 874899930
        },
        {
            "start": 874899934,
            "stop": 874900105
        },
        {
            "start": 874900106,
            "stop": 874900257
        },
        {
            "start": 874900258,
            "stop": 874900764
        },
        {
            "start": 874900765,
            "stop": 874900781
        }
    ]
}