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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=344",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 345,
    "results": [
        {
            "start": 934319012,
            "stop": 934319015
        },
        {
            "start": 934319018,
            "stop": 934319032
        },
        {
            "start": 934319037,
            "stop": 934319970
        },
        {
            "start": 934321640,
            "stop": 934321656
        },
        {
            "start": 934321659,
            "stop": 934321662
        },
        {
            "start": 934321665,
            "stop": 934321671
        },
        {
            "start": 934321673,
            "stop": 934321679
        },
        {
            "start": 934321683,
            "stop": 934321802
        },
        {
            "start": 934321804,
            "stop": 934321811
        },
        {
            "start": 934321813,
            "stop": 934321828
        },
        {
            "start": 934321830,
            "stop": 934321835
        },
        {
            "start": 934321837,
            "stop": 934321853
        },
        {
            "start": 934321856,
            "stop": 934321860
        },
        {
            "start": 934321862,
            "stop": 934321876
        },
        {
            "start": 934321881,
            "stop": 934322534
        },
        {
            "start": 934322536,
            "stop": 934322557
        },
        {
            "start": 934322559,
            "stop": 934322565
        },
        {
            "start": 934322568,
            "stop": 934322576
        },
        {
            "start": 934322578,
            "stop": 934322582
        },
        {
            "start": 934322584,
            "stop": 934322608
        }
    ]
}