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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=272",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 273,
    "results": [
        {
            "start": 931682925,
            "stop": 931682927
        },
        {
            "start": 931682931,
            "stop": 931682933
        },
        {
            "start": 931682939,
            "stop": 931682940
        },
        {
            "start": 931682943,
            "stop": 931682944
        },
        {
            "start": 931682950,
            "stop": 931682951
        },
        {
            "start": 931682956,
            "stop": 931682958
        },
        {
            "start": 931682961,
            "stop": 931682962
        },
        {
            "start": 931682965,
            "stop": 931682966
        },
        {
            "start": 931682971,
            "stop": 931682974
        },
        {
            "start": 931682998,
            "stop": 931683000
        },
        {
            "start": 931683004,
            "stop": 931683010
        },
        {
            "start": 931683013,
            "stop": 931683020
        },
        {
            "start": 931683023,
            "stop": 931683025
        },
        {
            "start": 931683033,
            "stop": 931683036
        },
        {
            "start": 931683041,
            "stop": 931683042
        },
        {
            "start": 931683065,
            "stop": 931683067
        },
        {
            "start": 931683082,
            "stop": 931683084
        },
        {
            "start": 931683087,
            "stop": 931683088
        },
        {
            "start": 931683092,
            "stop": 931683093
        },
        {
            "start": 931683099,
            "stop": 931683100
        }
    ]
}