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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1313",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1314,
    "results": [
        {
            "start": 843835099,
            "stop": 843835113
        },
        {
            "start": 843835116,
            "stop": 843835129
        },
        {
            "start": 843835132,
            "stop": 843835158
        },
        {
            "start": 843835161,
            "stop": 843835291
        },
        {
            "start": 843835295,
            "stop": 843835303
        },
        {
            "start": 843835306,
            "stop": 843835311
        },
        {
            "start": 843835314,
            "stop": 843835317
        },
        {
            "start": 843835320,
            "stop": 843835329
        },
        {
            "start": 843835332,
            "stop": 843835344
        },
        {
            "start": 843835347,
            "stop": 843835384
        },
        {
            "start": 843835390,
            "stop": 843835391
        },
        {
            "start": 843835394,
            "stop": 843835414
        },
        {
            "start": 843835419,
            "stop": 843835435
        },
        {
            "start": 843835438,
            "stop": 843835444
        },
        {
            "start": 843835447,
            "stop": 843835448
        },
        {
            "start": 843835451,
            "stop": 843835461
        },
        {
            "start": 843835464,
            "stop": 843835478
        },
        {
            "start": 843835481,
            "stop": 843835518
        },
        {
            "start": 843835522,
            "stop": 843835533
        },
        {
            "start": 843835536,
            "stop": 843835566
        }
    ]
}