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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=26",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 27,
    "results": [
        {
            "start": 1405228296,
            "stop": 1405231148
        },
        {
            "start": 1405231476,
            "stop": 1405233308
        },
        {
            "start": 1405233732,
            "stop": 1405235516
        },
        {
            "start": 1405235636,
            "stop": 1405235644
        },
        {
            "start": 1405235844,
            "stop": 1405236284
        },
        {
            "start": 1405237060,
            "stop": 1405237228
        },
        {
            "start": 1405237444,
            "stop": 1405237804
        },
        {
            "start": 1405237924,
            "stop": 1405237980
        },
        {
            "start": 1405238180,
            "stop": 1405238860
        },
        {
            "start": 1405239236,
            "stop": 1405239292
        },
        {
            "start": 1405239604,
            "stop": 1405239644
        },
        {
            "start": 1405240562,
            "stop": 1405242518
        },
        {
            "start": 1405242638,
            "stop": 1405243350
        },
        {
            "start": 1405243614,
            "stop": 1405243654
        },
        {
            "start": 1405244590,
            "stop": 1405249910
        },
        {
            "start": 1405250078,
            "stop": 1405250118
        },
        {
            "start": 1405250238,
            "stop": 1405250614
        },
        {
            "start": 1405250942,
            "stop": 1405251318
        },
        {
            "start": 1405251470,
            "stop": 1405252358
        },
        {
            "start": 1405252478,
            "stop": 1405252566
        }
    ]
}