Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46950
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46949",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46950,
    "results": [
        {
            "start": 875204633,
            "stop": 875204658
        },
        {
            "start": 875204659,
            "stop": 875204661
        },
        {
            "start": 875204662,
            "stop": 875204679
        },
        {
            "start": 875204681,
            "stop": 875204690
        },
        {
            "start": 875204693,
            "stop": 875204698
        },
        {
            "start": 875204700,
            "stop": 875204722
        },
        {
            "start": 875204723,
            "stop": 875204724
        },
        {
            "start": 875204725,
            "stop": 875204740
        },
        {
            "start": 875204741,
            "stop": 875204752
        },
        {
            "start": 875204753,
            "stop": 875204764
        },
        {
            "start": 875204766,
            "stop": 875204769
        },
        {
            "start": 875204770,
            "stop": 875204811
        },
        {
            "start": 875204812,
            "stop": 875204816
        },
        {
            "start": 875204818,
            "stop": 875204831
        },
        {
            "start": 875204832,
            "stop": 875204851
        },
        {
            "start": 875204853,
            "stop": 875204859
        },
        {
            "start": 875204860,
            "stop": 875204876
        },
        {
            "start": 875204878,
            "stop": 875204888
        },
        {
            "start": 875204889,
            "stop": 875204900
        },
        {
            "start": 875204901,
            "stop": 875204905
        }
    ]
}