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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46787",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46788,
    "results": [
        {
            "start": 875111295,
            "stop": 875111300
        },
        {
            "start": 875111301,
            "stop": 875111305
        },
        {
            "start": 875111306,
            "stop": 875111324
        },
        {
            "start": 875111325,
            "stop": 875111362
        },
        {
            "start": 875111364,
            "stop": 875111413
        },
        {
            "start": 875111414,
            "stop": 875111433
        },
        {
            "start": 875111435,
            "stop": 875111464
        },
        {
            "start": 875111465,
            "stop": 875111476
        },
        {
            "start": 875111477,
            "stop": 875111481
        },
        {
            "start": 875111482,
            "stop": 875111514
        },
        {
            "start": 875111515,
            "stop": 875111518
        },
        {
            "start": 875111519,
            "stop": 875111535
        },
        {
            "start": 875111536,
            "stop": 875111539
        },
        {
            "start": 875111541,
            "stop": 875111602
        },
        {
            "start": 875111604,
            "stop": 875111624
        },
        {
            "start": 875111626,
            "stop": 875111632
        },
        {
            "start": 875111633,
            "stop": 875111654
        },
        {
            "start": 875111655,
            "stop": 875111667
        },
        {
            "start": 875111668,
            "stop": 875111693
        },
        {
            "start": 875111694,
            "stop": 875111704
        }
    ]
}