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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=244",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 245,
    "results": [
        {
            "start": 933272133,
            "stop": 933272288
        },
        {
            "start": 933272307,
            "stop": 933272441
        },
        {
            "start": 933272446,
            "stop": 933272449
        },
        {
            "start": 933272454,
            "stop": 933272543
        },
        {
            "start": 933272548,
            "stop": 933272591
        },
        {
            "start": 933272596,
            "stop": 933272644
        },
        {
            "start": 933272663,
            "stop": 933272686
        },
        {
            "start": 933272710,
            "stop": 933272736
        },
        {
            "start": 933272741,
            "stop": 933272755
        },
        {
            "start": 933272760,
            "stop": 933272764
        },
        {
            "start": 933272783,
            "stop": 933272804
        },
        {
            "start": 933272809,
            "stop": 933272827
        },
        {
            "start": 933272832,
            "stop": 933272837
        },
        {
            "start": 933275848,
            "stop": 933275880
        },
        {
            "start": 933276180,
            "stop": 933276269
        },
        {
            "start": 933276274,
            "stop": 933276568
        },
        {
            "start": 933276573,
            "stop": 933276980
        },
        {
            "start": 933276981,
            "stop": 933277567
        },
        {
            "start": 933277572,
            "stop": 933277593
        },
        {
            "start": 933277612,
            "stop": 933277848
        }
    ]
}