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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14123",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14124,
    "results": [
        {
            "start": 971161651,
            "stop": 971161652
        },
        {
            "start": 971161655,
            "stop": 971161658
        },
        {
            "start": 971161659,
            "stop": 971161660
        },
        {
            "start": 971161663,
            "stop": 971161665
        },
        {
            "start": 971161666,
            "stop": 971161674
        },
        {
            "start": 971161676,
            "stop": 971161678
        },
        {
            "start": 971161681,
            "stop": 971161683
        },
        {
            "start": 971161685,
            "stop": 971161687
        },
        {
            "start": 971161689,
            "stop": 971161691
        },
        {
            "start": 971161692,
            "stop": 971161693
        },
        {
            "start": 971161694,
            "stop": 971161696
        },
        {
            "start": 971161698,
            "stop": 971161699
        },
        {
            "start": 971161702,
            "stop": 971161703
        },
        {
            "start": 971161704,
            "stop": 971161706
        },
        {
            "start": 971161708,
            "stop": 971161711
        },
        {
            "start": 971161716,
            "stop": 971161717
        },
        {
            "start": 971161724,
            "stop": 971161725
        },
        {
            "start": 971161728,
            "stop": 971161731
        },
        {
            "start": 971161734,
            "stop": 971161735
        },
        {
            "start": 971161741,
            "stop": 971161743
        }
    ]
}