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=1643
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=1644",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1642",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1643,
    "results": [
        {
            "start": 956095157,
            "stop": 956096491
        },
        {
            "start": 956096493,
            "stop": 956096494
        },
        {
            "start": 956096497,
            "stop": 956096499
        },
        {
            "start": 956096502,
            "stop": 956096533
        },
        {
            "start": 956099298,
            "stop": 956106625
        },
        {
            "start": 956106627,
            "stop": 956106980
        },
        {
            "start": 956109662,
            "stop": 956113148
        },
        {
            "start": 956113149,
            "stop": 956113576
        },
        {
            "start": 956114049,
            "stop": 956118718
        },
        {
            "start": 956118720,
            "stop": 956119604
        },
        {
            "start": 956121589,
            "stop": 956126161
        },
        {
            "start": 956126163,
            "stop": 956131671
        },
        {
            "start": 956131673,
            "stop": 956133149
        },
        {
            "start": 956133853,
            "stop": 956133911
        },
        {
            "start": 956135981,
            "stop": 956139827
        },
        {
            "start": 956139828,
            "stop": 956139895
        },
        {
            "start": 956139896,
            "stop": 956140031
        },
        {
            "start": 956140034,
            "stop": 956140047
        },
        {
            "start": 956140049,
            "stop": 956140098
        },
        {
            "start": 956140100,
            "stop": 956140122
        }
    ]
}