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=14105
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=14106",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14104",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14105,
    "results": [
        {
            "start": 971159676,
            "stop": 971159679
        },
        {
            "start": 971159681,
            "stop": 971159683
        },
        {
            "start": 971159686,
            "stop": 971159687
        },
        {
            "start": 971159689,
            "stop": 971159698
        },
        {
            "start": 971159699,
            "stop": 971159701
        },
        {
            "start": 971159703,
            "stop": 971159709
        },
        {
            "start": 971159710,
            "stop": 971159715
        },
        {
            "start": 971159716,
            "stop": 971159717
        },
        {
            "start": 971159719,
            "stop": 971159721
        },
        {
            "start": 971159722,
            "stop": 971159724
        },
        {
            "start": 971159726,
            "stop": 971159730
        },
        {
            "start": 971159733,
            "stop": 971159734
        },
        {
            "start": 971159735,
            "stop": 971159737
        },
        {
            "start": 971159738,
            "stop": 971159740
        },
        {
            "start": 971159743,
            "stop": 971159744
        },
        {
            "start": 971159746,
            "stop": 971159749
        },
        {
            "start": 971159754,
            "stop": 971159755
        },
        {
            "start": 971159756,
            "stop": 971159757
        },
        {
            "start": 971159772,
            "stop": 971159773
        },
        {
            "start": 971159774,
            "stop": 971159775
        }
    ]
}