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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1717",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1715",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1716,
    "results": [
        {
            "start": 957994148,
            "stop": 957994441
        },
        {
            "start": 957994442,
            "stop": 957994556
        },
        {
            "start": 957994558,
            "stop": 957994561
        },
        {
            "start": 957994563,
            "stop": 957995056
        },
        {
            "start": 957995057,
            "stop": 957995360
        },
        {
            "start": 957995361,
            "stop": 957995655
        },
        {
            "start": 958010627,
            "stop": 958022780
        },
        {
            "start": 958026278,
            "stop": 958028577
        },
        {
            "start": 958028579,
            "stop": 958028962
        },
        {
            "start": 958028964,
            "stop": 958031133
        },
        {
            "start": 958031135,
            "stop": 958033578
        },
        {
            "start": 958033579,
            "stop": 958034186
        },
        {
            "start": 958034187,
            "stop": 958034456
        },
        {
            "start": 958034458,
            "stop": 958036358
        },
        {
            "start": 958036360,
            "stop": 958037039
        },
        {
            "start": 958037041,
            "stop": 958037192
        },
        {
            "start": 958037194,
            "stop": 958037319
        },
        {
            "start": 958037321,
            "stop": 958037876
        },
        {
            "start": 958037878,
            "stop": 958039981
        },
        {
            "start": 958039983,
            "stop": 958040004
        }
    ]
}