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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16609",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16607",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16608,
    "results": [
        {
            "start": 874741099,
            "stop": 874741127
        },
        {
            "start": 874741128,
            "stop": 874741141
        },
        {
            "start": 874741143,
            "stop": 874741438
        },
        {
            "start": 874741440,
            "stop": 874741484
        },
        {
            "start": 874741485,
            "stop": 874741618
        },
        {
            "start": 874741619,
            "stop": 874741632
        },
        {
            "start": 874741633,
            "stop": 874741740
        },
        {
            "start": 874741741,
            "stop": 874741813
        },
        {
            "start": 874741814,
            "stop": 874741825
        },
        {
            "start": 874741826,
            "stop": 874741963
        },
        {
            "start": 874741965,
            "stop": 874742116
        },
        {
            "start": 874742117,
            "stop": 874742286
        },
        {
            "start": 874742287,
            "stop": 874742350
        },
        {
            "start": 874742352,
            "stop": 874742490
        },
        {
            "start": 874742492,
            "stop": 874742512
        },
        {
            "start": 874742513,
            "stop": 874742702
        },
        {
            "start": 874742703,
            "stop": 874742761
        },
        {
            "start": 874742762,
            "stop": 874742766
        },
        {
            "start": 874742767,
            "stop": 874742840
        },
        {
            "start": 874742843,
            "stop": 874742856
        }
    ]
}