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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=354",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 355,
    "results": [
        {
            "start": 1240728106,
            "stop": 1240728157
        },
        {
            "start": 1240728158,
            "stop": 1240728334
        },
        {
            "start": 1240728336,
            "stop": 1240728511
        },
        {
            "start": 1240728512,
            "stop": 1240728613
        },
        {
            "start": 1240728614,
            "stop": 1240728637
        },
        {
            "start": 1240728639,
            "stop": 1240728645
        },
        {
            "start": 1240728646,
            "stop": 1240728748
        },
        {
            "start": 1240728749,
            "stop": 1240728750
        },
        {
            "start": 1240728752,
            "stop": 1240728858
        },
        {
            "start": 1240728860,
            "stop": 1240728865
        },
        {
            "start": 1240728866,
            "stop": 1240728878
        },
        {
            "start": 1240728879,
            "stop": 1240728937
        },
        {
            "start": 1240728939,
            "stop": 1240729281
        },
        {
            "start": 1240729282,
            "stop": 1240729517
        },
        {
            "start": 1240729518,
            "stop": 1240729587
        },
        {
            "start": 1240729589,
            "stop": 1240729624
        },
        {
            "start": 1240729625,
            "stop": 1240729754
        },
        {
            "start": 1240729757,
            "stop": 1240729804
        },
        {
            "start": 1240729807,
            "stop": 1240729822
        },
        {
            "start": 1240729824,
            "stop": 1240729936
        }
    ]
}