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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=41",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 42,
    "results": [
        {
            "start": 1401056907,
            "stop": 1401058638
        },
        {
            "start": 1401058639,
            "stop": 1401064120
        },
        {
            "start": 1401064125,
            "stop": 1401069349
        },
        {
            "start": 1401069354,
            "stop": 1401072375
        },
        {
            "start": 1401072378,
            "stop": 1401078319
        },
        {
            "start": 1401078324,
            "stop": 1401083481
        },
        {
            "start": 1401083486,
            "stop": 1401086324
        },
        {
            "start": 1401095763,
            "stop": 1401096030
        },
        {
            "start": 1401096769,
            "stop": 1401097009
        },
        {
            "start": 1401097013,
            "stop": 1401107072
        },
        {
            "start": 1401107076,
            "stop": 1401118219
        },
        {
            "start": 1401131366,
            "stop": 1401142956
        },
        {
            "start": 1401142964,
            "stop": 1401147689
        },
        {
            "start": 1401147692,
            "stop": 1401148138
        },
        {
            "start": 1401148143,
            "stop": 1401153692
        },
        {
            "start": 1401153694,
            "stop": 1401155876
        },
        {
            "start": 1401155880,
            "stop": 1401158514
        },
        {
            "start": 1401158519,
            "stop": 1401161404
        },
        {
            "start": 1401161409,
            "stop": 1401165460
        },
        {
            "start": 1401165463,
            "stop": 1401166165
        }
    ]
}